|
Interface Summary |
| DOMXMLSource |
Provide access to XML source data in DOM format. |
| ReaderXMLSource |
Provide access to XML source data in decoded character form that can
be read using a java.io.Reader. |
| SAX2XMLSource |
Supported API: true
Extendable: true |
| StreamXMLSource |
Provide access to XML source data in byte (not character) form that can
be read using an java.io.InputStream. |
| Stylesheet |
A Java handle to an XSLT stylesheet. |
| URLXMLSource |
Provide access to XML data at a particular URL. |
| XMLSource |
Abstract source of XML data. |
| XSLTransform |
Provides access to the results of applying an XSL Transform (aka Stylesheet)
to an XMLSource. |