| Package | Description |
|---|---|
| oracle.javatools.xml.esax | |
| oracle.javatools.xml.esax.spi |
| Class and Description |
|---|
| ElementContext
The context is used to store state information used while parsing an XML
source.
|
| ElementEndContext
The context is used to store state information used while parsing an XML
source.
|
| ElementHandler
An object that handles an XML element extends ElementHandler,
overriding the handleStart() or handleEnd() methods.
|
| ElementHandlerFactory
Interface describing a factory that can create or retrieve element
handlers dynamically.
|
| ElementStartContext
The context is used to store state information used while parsing an XML
source.
|
| ElementTypeResolver
An
ElementTypeResolver may be employed by a
DynamicElementHandler to resolve a fully-qualified element name to
a runtime type. |
| HandlerException
Exception thrown by an ElementHandler to indicate an error
condition.
|
| Key
The key for a property in an
ElementContext. |
| MessageReporter
Interface for an object responsible for reporting errors or warnings during
the parse of an XML file.
|
| XMLLocator
Object representing the location of an XML file being processed by the
Extensible SAX parser.
|
| Class and Description |
|---|
| ElementContext
The context is used to store state information used while parsing an XML
source.
|
| ElementEndContext
The context is used to store state information used while parsing an XML
source.
|
| ElementHandler
An object that handles an XML element extends ElementHandler,
overriding the handleStart() or handleEnd() methods.
|
| ElementHandlerFactory
Interface describing a factory that can create or retrieve element
handlers dynamically.
|
| ElementStartContext
The context is used to store state information used while parsing an XML
source.
|
| Key
The key for a property in an
ElementContext. |
| MessageReporter
Interface for an object responsible for reporting errors or warnings during
the parse of an XML file.
|
| XMLLocator
Object representing the location of an XML file being processed by the
Extensible SAX parser.
|