| Package | Description |
|---|---|
| org.apache.excalibur.xml.dom | |
| org.apache.excalibur.xml.impl | |
| org.apache.excalibur.xml.sax |
| Class and Description |
|---|
| ContentHandlerWrapper
Deprecated.
Use one of the replacement classes
ContentHandlerProxy or
XMLConsumerProxy |
| Class and Description |
|---|
| SAXParser
The parser can be used to parse any XML document given
by a
InputSource object. |
| Class and Description |
|---|
| ContentHandlerProxy
This class is an utility class proxying a SAX version 2.0
ContentHandler and forwarding the events to it. |
| NOPContentHandler
This class provides default implementation of the methods specified
by the
ContentHandler interface. |
| SAXParser
The parser can be used to parse any XML document given
by a
InputSource object. |
| XMLConsumer
This interfaces identifies classes that consume XML data, receiving
notification of SAX events.
|