|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
NodeParser | NodeParser is the interface used to process each XML element. |
ParseContext | An interface providing contextual information for the current parse state. |
ParserExtension | The ParserExtension interface allows developers to extend node parsing remotely developed by adding new attributes or child elements. |
ParserFactory | A ParserFactory is responsible for returning NodeParsers for a particular namespace and local name. |
XMLProvider | Interface for generic access to XML functionality. |
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. |
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. |
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |