| Class | Description |
| AttrDecl |
This class hold information about each attribute declared in an attribute
list in the Document Type Definition. |
| DefaultXMLDocumentHandler |
This class implements the default behaviour for the
XMLDocumentHandler interface. |
| DocumentBuilder |
This class implements XMLDocumentHandler (deprecated) and ContentHandler
to build a DOM Tree from SAX 2.0 events. |
| DOMParser |
This class implements an eXtensible Markup Language (XML) 1.0 parser
according to the World Wide Web Consortium (W3C)
recommendation. |
| DTD |
Implements the DOM DocumentType interface and holds the
Document Type Definition information for an XML document. |
| ElementDecl |
This class represents an element declaration in a DTD. |
| NodeFactory |
This class specifies methods to create various nodes of
the DOM tree built during parsing. |
| oraxml |
The oraxml class provides a command-line interface to validate XML files
|
| oraxsl |
The oraxsl class provides a command-line interface to applying stylesheets
on multiple XML documents. |
| SAXAttrList |
This class implements the SAX AttributeList interface and
also provides Namespace support. |
| SAXParser |
This class implements an eXtensible Markup Language (XML) 1.0 SAX parser
according to the World Wide Web Consortium (W3C)
recommendation. |
| XMLAttr |
This class implements the DOM Attr interface and holds information on each
attribute of an element. |
| XMLCDATA |
This class implements the DOM CDATASection interface. |
| XMLComment |
This class implements the DOM Comment interface. |
| XMLDeclPI |
This class implements the XML Decl Processing Instruction. |
| XMLDocument |
This class implements the DOM Document interface, represents an entire
XML document and serves the root of the Document Object Model tree. |
| XMLDocumentFragment |
This class implements the DOM DocumentFragment interface. |
| XMLDOMImplementation |
|
| XMLElement |
|
| XMLEntity |
This class implements the DOM Entity interface and represens
an XML internal or external entity as defined in the XML
Document Type Definition (DTD). |
| XMLEntityReference |
|
| XMLError |
This class hold error message and the line number where it occured |
| XMLNode |
Implements the DOM Node interface and serves as the primary
datatype for the entire Document Object Model. |
| XMLNotation |
This class implements the DOM Notation interface and represents
a notation declared in the Document Type Definition. |
| XMLNSNode |
Extends XMLNode to add support for Namespace names and children |
| XMLOutputStream |
|
| XMLParser |
This class serves as a base class for the DOMParser
and SAXParser classes. |
| XMLPI |
This class implements the DOM Processing Instruction interface. |
| XMLPrintDriver |
The XMLPrintDriver implements PrintDriver interface. |
| XMLText |
This class implements the DOM Text interface. |
| XMLTokenizer |
This class implements an eXtensible Markup Language (XML) 1.0 parser
according to the World Wide Web Consortium (W3C)
recommendation. |
| XMLUtil |
|
| XPathException |
Indicates that an exception occurred during XPath processing. |
| XSLException |
Indicates that an exception occurred during XSL tranformation |
| XSLExprBase |
|
| XSLExtensionElement |
Base element for extension elements |
| XSLProcessor |
This class provides methods to transform an input XML document using a
previously constructed XSLStylesheet. |
| XSLStylesheet |
The class holds XSL stylesheet information such as templates, keys,
variables, and attribute sets. |
| XSLTContext |
Class for Xpath processing Context |