| Interface | Description |
|---|---|
| ISAXElementHandler |
An object that is able to handle all SAX events that can happen while a SAX
element context (an open tag) is active.
|
| IWriterFactory |
| Class | Description |
|---|---|
| DefaultWriterFactory | |
| DelegatingElementHandler |
An
ISAXElementHandler that delegates to another handler that is
explicitly mentioned in an attribute in an element attribute. |
| ForwardHandler | |
| IgnoreElementHandler |
Ignore further SAX events until this handler is popped from the stack.
|
| SAXAbstractElementHandler |
An abstract superclass for implementing
ISAXElementHandler |
| SAXAbstractElementWriter | |
| SAXContextBasedHandler |
The
DefaultHandler for a SAX parsing framework. |
| SAXContextBasedWriter |
A special
SAXContextBasedHandler that simplifies writing. |
| SAXTools |
DOCUMENT ME!
|
| XMLElementWriter |
The
ISAXElementHandler for writing out an XML datastructure. |
| XMLWriter | Deprecated
merge with other XMLWriter implementations.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.