|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AbstractXPathFilter | A SAX-based XPath filter relies on the XPathFilter class. |
| NamedEvent | An event that can supply its name in the DOM style and the XPath style. |
| SAXEvent | A primal SAX event. |
| SAXStandaloneEvent | A primal SAX event. |
| StandaloneProducer | A standalone SAX events producer. |
| Class Summary | |
|---|---|
| AttributesMap | A map of SAX attributes. |
| SAXAdaptableParser | A SAXAdaptableParser parses an XML source that may be an entire XML document (with or without DTD stuff) as well as an XML fragment (with several root elements and/or eventually text around the root element(s) ). |
| SAXAggregator | A standalone SAX event producer that concatenate several SAX sources. |
| SAXBuffer | A SAXBuffer bufferize all its input events until it is connected to an output handler. |
| SAXContext | A SAXContext maintains a single DOM branch and sometimes few other nodes ; when a terminal event is fired, its counterpart node is pruned from the branch. |
| SAXDocument | A SAXDocument is an XML document producer that must be consumed by a client component. |
| SAXFilter | An XMLFilter invokable with
system IDs that support many URI schemes. |
| SAXFragmentParser | SAXFragmentParser fires SAX events from an XML fragment source that has not necessary a unique root element, or that may have text content around the root element(s). |
| SAXMultihandler | SAXMultihandler fire the SAX events it receives to multiple handlers. |
| SAXNode | A SAXNode belongs to the sole branch held while reading an XML tree. |
| SAXSafeDocument | A SAX document that takes care of whether DTD stuff have to be forwarded or not. |
| SAXSafeParser | A SAXSafeParser parses a source as if it was an XML source, and if it fails, delegates the job to another fallback reader. |
| SAXUtil | SAX utilities : a set of static methods. |
| StandaloneProducer.Impl | A default implementation. |
| XPathFilter | A SAX filter that support XPath patterns and expressions in a very acceptable way. |
| XSLTFilter | An XMLFilterImpl made from a TransformerHandler. |
SAX related utilities such as SAX aggregator, SAX converter, parsers, etc.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||