| AbstractValueObject |
Base class for each parsed value object.
|
| BooleanValueTagListener |
Translates tags holding boolean values.
|
| ClassValueTagListener |
|
| DateTagListener |
|
| DateTagWriter |
XML tag writer for outputting Date objects.
|
| DefaultTagListener |
|
| DoubleValueTagListener |
Parses the <DoubleValue> tag
|
| DummyTagListener |
Dummy placeholder taglistener for skipping unknown tags.
|
| IntegerValueTagListener |
Parses the <IntegerValue> tag
|
| NumberTagWriter |
Basic tag writer for Number objects.
|
| Parser |
The xml parser class.
|
| SimpleTagWriter |
Simple xml tag writer holding a fixed tag name and writing the object's toString representation as PCDATA content.
|
| SimpleValueTagListener |
Base class for simple value tags.
|
| StringValueTagListener |
Parses the <StringValue> tag
|
| UndoableWriterWrapper |
Writer wrapper implementation which allows to write a certain amount of (string) data and removing it
afterwards from the output.
|
| UndoableXMLOutputter |
XML outputter wrapper implementation which allows to write a certain amount of data and removing it
afterwards from the output.
|
| UnicodeInputStream |
This inputstream will recognize unicode BOM marks and will skip bytes if getEncoding() method is called before any of
the read(...) methods.
|
| UnicodeReader |
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.
|
| XMLContentHandler |
XMLContentHandler
|
| XMLSchemaValidator |
|
| XMLTagWriter |
Base class of XML tag writer classes.
|
| XMLWriter |
|