Class Summary |
ApacheXMLProvider |
Implementation of XMLProvider for the Apache Xerces XML parser. |
BaseGroupingParser |
A base NodeParser for any group of typed children. |
BaseNodeParser |
A base implementation of NodeParser that performs no actions at all. |
BaseParserExtension |
Base implementation of ParserExtension. |
ClassParserFactory |
ParserFactory that instantiates parsers for a given class. |
DefaultXMLProvider |
Implementation of XMLProvider that uses JAXP to access a parser; if JAXP is not available, the Oracle XML parser will be used. |
LeafNodeParser |
An implementation of NodeParser that works only on leaf XML elements - or XML elements that ignore all of their contents. |
NamespaceURI |
Utility class to parse a string of the form namespacePrefix:name |
OracleXMLProvider |
Implementation of XMLProvider for the Oracle XML parser. |
ParseContextImpl |
The base implementation of ParseContext. |
ParseErrorUtils |
Error reporting utilities. |
ParserManager |
ParserManager maintains a table of ParserFactories, keyed by return-type Class. |
StringParser |
An implementation of NodeParser that will simply buffer up the string contents of an element. |
TreeBuilder |
Class responsible for building a tree of objects from an XML stack. |
XMLUtils |
Utility class for XML parsing. |