Class Summary |
BaseNodeParser |
A base implementation of NodeParser that performs
no actions at all. |
ClassParserFactory |
ParserFactory that instantiates parsers for
a given class. |
JaxpXMLProvider |
Implementation of XMLProvider that uses JAXP to access a parser. |
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 |
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. |