Class | Description |
JXDocumentBuilder |
Defines the API to obtain DOM Document instances from an XML
document. |
JXDocumentBuilderFactory |
Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents. |
JXSAXParser |
Defines the API that wraps an org.xml.sax.XMLReader
implementation class. |
JXSAXParserFactory |
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents. |
JXSAXTransformerFactory |
A JXTransformerFactory instance can be used to create Transformer and
Templates objects. |
JXTransformer |
An instance of this class transforms a source tree into a result tree. |