| Home >> All >> javax >> xml >> [ transform Javadoc ] |
| | javax.xml.transform.dom.* (3) | | javax.xml.transform.sax.* (5) | | javax.xml.transform.stream.* (2) |
javax.xml.transform: Javadoc index of package javax.xml.transform.
Package Samples:
javax.xml.transform.dom: Base "TRAX" API for XSLT transformers.
javax.xml.transform.sax: Base "TRAX" API for XSLT transformers.
javax.xml.transform.stream: Base "TRAX" API for XSLT transformers.
Classes:
DOMResult: Output result specified as a W3C DOM object graph. The result tree may be appended to an existing tree. If no target node is specified, the result tree will be made available by the getNode() 55 method after the transformation.
SAXTransformerFactory: Specialized transformer factory with support for SAX-specific factory methods. This factory provides SAX content handlers that can create transformation templates and transformers.
Transformer: An XSL transformation. Instances of this class may be reused, but the same instance may not be used concurrently by different threads.
URIResolver: Callback that can resolve a URI into source XML for transformation. Equivalent to the SAX EntityResolver.
Templates: A compiled, reusable XSL transformation. Implementations of this class are guaranteed to be thread safe.
SourceLocator: The location in an XML resource at which an event occurred. Tis is equivalent to the SAX Locator.
TemplatesHandler: A content handler that processes SAX parse events into a compiled transformation template.
SAXResult: Specifies SAX handlers to be used as a result sink during a transformation.
SAXSource: Specifies a SAX XML source. This is a tuple of input source and SAX parser.
ErrorListener: Error reporting callback handler. Equivalent to the SAX ErrorHandler.
TransformerFactoryConfigurationError: An error occurred during configuration of the transformer factory.
TransformerHandler: A content handler that transforms SAX events into a result tree.
StreamResult: Specifies a stream to which to write the transformation result.
Source: An XML input source. This is equivalent to a SAX InputSource.
TransformerConfigurationException: An exception occurred during configuration of the transformer.
DOMLocator: Locator for reporting a location in a W3C DOM object graph.
StreamSource: Specifies a stream from which to read the source XML data.
TransformerException: An exception occurred during the transformation process.
DOMSource: An XML source specified as a W3C DOM node context.
TransformerFactory: Factory for obtaining transformation contexts.
OutputKeys: Constants for XSLT output attributes.
Result: The result of an XSL transformation.
| Home | Contact Us | Privacy Policy | Terms of Service |