|
|||||||||
| Home >> All >> org >> jdom >> [ transform overview ] | PREV NEXT | ||||||||
C
- CVS_ID - Static variable in class org.jdom.transform.JDOMResult
- CVS_ID - Static variable in class org.jdom.transform.JDOMSource
- CVS_ID - Static variable in class org.jdom.transform.XSLTransformException
- CVS_ID - Static variable in class org.jdom.transform.XSLTransformer
- characters(char[], int, int) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX ContentHandler interface support] Receives notification of character data.
- comment(char[], int, int) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX LexicalHandler interface support] Reports an XML comment anywhere in the document.
D
- dummyRoot - Variable in class org.jdom.transform.JDOMResult.FragmentHandler
- A dummy root element required by SAXHandler that can only cope with well-formed documents.
E
- endCDATA() - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX LexicalHandler interface support] Reports the end of a CDATA section.
- endDTD() - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX LexicalHandler interface support] Reports the end of DTD declarations.
- endEntity(String) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX LexicalHandler interface support] Reports the end of an entity.
- ensureInitialization() - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
F
- factory - Variable in class org.jdom.transform.JDOMResult
- The custom JDOM factory to use when building the transformation
result or
nullto use the default JDOM classes.
G
- getCharacterStream() - Method in class org.jdom.transform.JDOMSource.JDOMInputSource
- Gets the character stream for this input source.
- getDetachedContent(Element) - Method in class org.jdom.transform.JDOMResult.FragmentHandler
- Returns the content of a JDOM Element detached from it.
- getDocument() - Method in class org.jdom.transform.JDOMResult
- Returns the result of an XSL Transformation as a JDOM document.
- getDocument() - Method in class org.jdom.transform.JDOMSource
- Returns the source document used by this TrAX source.
- getFactory() - Method in class org.jdom.transform.JDOMResult
- Returns the custom JDOMFactory used to build the transformation result.
- getNodes() - Method in class org.jdom.transform.JDOMSource
- Returns the source node list used by this TrAX source.
- getResult() - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- Returns the result of an XSL Transformation.
- getResult() - Method in class org.jdom.transform.JDOMResult.FragmentHandler
- Returns the result of an XSL Transformation.
- getResult() - Method in class org.jdom.transform.JDOMResult
- Returns the result of an XSL Transformation as a list of JDOM nodes.
- getSource() - Method in class org.jdom.transform.JDOMSource.JDOMInputSource
- Returns the source.
- getXMLReader() - Method in class org.jdom.transform.JDOMSource
- Returns the XMLReader to be used for the Source.
I
- ignorableWhitespace(char[], int, int) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX ContentHandler interface support] Receives notification of ignorable whitespace in element content.
J
- JDOMResult - class org.jdom.transform.JDOMResult.
- A holder for an XSL Transformation result, generally a list of nodes although it can be a JDOM Document also.
- JDOMResult() - Constructor for class org.jdom.transform.JDOMResult
- Public default constructor.
- JDOMResult.DocumentBuilder - class org.jdom.transform.JDOMResult.DocumentBuilder.
- JDOMResult.DocumentBuilder() - Constructor for class org.jdom.transform.JDOMResult.DocumentBuilder
- Public default constructor.
- JDOMResult.FragmentHandler - class org.jdom.transform.JDOMResult.FragmentHandler.
- JDOMResult.FragmentHandler(JDOMFactory) - Constructor for class org.jdom.transform.JDOMResult.FragmentHandler
- Public constructor.
- JDOMSource - class org.jdom.transform.JDOMSource.
- A holder for an XML Transformation source: a Document, Element, or list of nodes.
- JDOMSource(Document) - Constructor for class org.jdom.transform.JDOMSource
- Creates a JDOM TrAX source wrapping a JDOM document.
- JDOMSource(List) - Constructor for class org.jdom.transform.JDOMSource
- Creates a JDOM TrAX source wrapping a list of JDOM nodes.
- JDOMSource(Element) - Constructor for class org.jdom.transform.JDOMSource
- Creates a JDOM TrAX source wrapping a JDOM element.
- JDOMSource.DocumentReader - class org.jdom.transform.JDOMSource.DocumentReader.
- An implementation of the SAX2 XMLReader interface that presents a SAX view of a JDOM Document.
- JDOMSource.DocumentReader() - Constructor for class org.jdom.transform.JDOMSource.DocumentReader
- Public default constructor.
- JDOMSource.JDOMInputSource - class org.jdom.transform.JDOMSource.JDOMInputSource.
- A subclass of the SAX InputSource interface that wraps a JDOM Document.
- JDOMSource.JDOMInputSource(Document) - Constructor for class org.jdom.transform.JDOMSource.JDOMInputSource
- Builds a InputSource wrapping the specified JDOM Document.
- JDOMSource.JDOMInputSource(List) - Constructor for class org.jdom.transform.JDOMSource.JDOMInputSource
- Builds a InputSource wrapping a list of JDOM nodes.
- JDOM_FEATURE - Static variable in class org.jdom.transform.JDOMResult
- If TransformerFactory.getFeature(java.lang.String)>
TransformerFactory.getFeature(java.lang.String)55 returnstruewhen passed this value as an argument, the Transformer natively supports JDOM. - JDOM_FEATURE - Static variable in class org.jdom.transform.JDOMSource
- If TransformerFactory.getFeature(java.lang.String)>
TransformerFactory.getFeature(java.lang.String)55 returnstruewhen passed this value as an argument, the Transformer natively supports JDOM.
O
- org.jdom.transform - package org.jdom.transform
- Classes to represent the components of an XML document.
P
- parse(String) - Method in class org.jdom.transform.JDOMSource.DocumentReader
- Parses an XML document from a system identifier (URI).
- parse(InputSource) - Method in class org.jdom.transform.JDOMSource.DocumentReader
- Parses an XML document.
- processingInstruction(String, String) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX ContentHandler interface support] Receives notification of a processing instruction.
Q
- queried - Variable in class org.jdom.transform.JDOMResult
- Whether the application queried the result (as a list or a document) since it was last set.
R
- result - Variable in class org.jdom.transform.JDOMResult
- The result of a transformation, as set by Transformer implementations that natively support JDOM, as a JDOM document or a list of JDOM nodes.
- retrieveResult() - Method in class org.jdom.transform.JDOMResult
- Checks whether a transformation result has been set and, if not, retrieves the result tree being built by the document builder.
S
- saxHandler - Variable in class org.jdom.transform.JDOMResult.DocumentBuilder
- The actual JDOM document builder.
- setCharacterStream(Reader) - Method in class org.jdom.transform.JDOMSource.JDOMInputSource
- Sets the character stream for this input source.
- setDocument(Document) - Method in class org.jdom.transform.JDOMResult
- Sets the document produced as result of an XSL Transformation.
- setDocument(Document) - Method in class org.jdom.transform.JDOMSource
- Sets the source document used by this TrAX source.
- setFactory(JDOMFactory) - Method in class org.jdom.transform.JDOMResult
- Sets a custom JDOMFactory to use when building the transformation result.
- setHandler(ContentHandler) - Method in class org.jdom.transform.JDOMResult
- Sets the target to be a SAX2 ContentHandler.
- setInputSource(InputSource) - Method in class org.jdom.transform.JDOMSource
- Sets the SAX InputSource to be used for the Source.
- setLexicalHandler(LexicalHandler) - Method in class org.jdom.transform.JDOMResult
- Sets the SAX2 LexicalHandler for the output.
- setNodes(List) - Method in class org.jdom.transform.JDOMSource
- Sets the source node list used by this TrAX source.
- setResult(List) - Method in class org.jdom.transform.JDOMResult
- Sets the object(s) produced as result of an XSL Transformation.
- setXMLReader(XMLReader) - Method in class org.jdom.transform.JDOMSource
- Set the XMLReader to be used for the Source.
- skippedEntity(String) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX ContentHandler interface support] Receives notification of a skipped entity.
- source - Variable in class org.jdom.transform.JDOMSource.JDOMInputSource
- The source as a JDOM document or a list of JDOM nodes.
- startCDATA() - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX LexicalHandler interface support] Reports the start of a CDATA section.
- startDTD(String, String, String) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX LexicalHandler interface support] Reports the start of DTD declarations, if any.
- startDocument() - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX ContentHandler interface support] Processes a start of document event.
- startDocumentReceived - Variable in class org.jdom.transform.JDOMResult.DocumentBuilder
- Whether the startDocument event was received.
- startElement(String, String, String, Attributes) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX ContentHandler interface support] Receives notification of the beginning of an element.
- startEntity(String) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX LexicalHandler interface support] Reports the beginning of some internal and external XML entities.
- startPrefixMapping(String, String) - Method in class org.jdom.transform.JDOMResult.DocumentBuilder
- [SAX ContentHandler interface support] Begins the scope of a prefix-URI Namespace mapping.
T
- templates - Variable in class org.jdom.transform.XSLTransformer
- transform(List) - Method in class org.jdom.transform.XSLTransformer
- Transforms the given input nodes to a list of output nodes.
- transform(Document) - Method in class org.jdom.transform.XSLTransformer
- Transforms the given document to an output document.
X
- XSLTransformException - exception org.jdom.transform.XSLTransformException.
- Thrown when an XSL stylesheet fails to compile or an XSL transform fails
- XSLTransformException() - Constructor for class org.jdom.transform.XSLTransformException
- XSLTransformException(String) - Constructor for class org.jdom.transform.XSLTransformException
- XSLTransformException(String, Exception) - Constructor for class org.jdom.transform.XSLTransformException
- XSLTransformer - class org.jdom.transform.XSLTransformer.
- A convenience class to handle simple transformations.
- XSLTransformer(Source) - Constructor for class org.jdom.transform.XSLTransformer
- XSLTransformer(String) - Constructor for class org.jdom.transform.XSLTransformer
- Creates a transformer for a given stylesheet system id.
- XSLTransformer(InputStream) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new
XSLTransformerby reading the stylesheet from the specifiedInputStream. - XSLTransformer(Reader) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new
XSLTransformerby reading the stylesheet from the specifiedReader. - XSLTransformer(File) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new
XSLTransformerby reading the stylesheet from the specifiedFile. - XSLTransformer(Document) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new
XSLTransformerby reading the stylesheet from the specifiedDocument. - xmlReader - Variable in class org.jdom.transform.JDOMSource
- The XMLReader object associated to this source or
nullif no XMLReader has yet been requested.
C D E F G I J O P Q R S T X
|
|||||||||
| Home >> All >> org >> jdom >> [ transform overview ] | PREV NEXT | ||||||||