sax |
|
Java Source File Name | Type | Comment |
DataFormatFilter.java | Class | Filter for data- or field-oriented XML.
Code and comments adapted from DataWriter-0.2, written
by David Megginson and released into the public domain,
without warranty.
This filter adds indentation and newlines to field-oriented
XML without mixed content. |
DataUnformatFilter.java | Class | Filter for removing formatting from data- or field-oriented XML. |
DocumentReader.java | Class | An XMLReader wrapper for JDOM documents. |
FilterTest.java | Class | |
ReaderTest.java | Class | |
XMLFilterBase.java | Class | Adds convenience methods and lexical event filtering to base
SAX2 Filter implementation. |
XMLReaderBase.java | Class | Base class for implementing an XML reader. |
XMLWriter.java | Class | Filter to write an XML document from a SAX event stream.
Code and comments adapted from XMLWriter-0.2, written
by David Megginson and released into the public domain,
without warranty.
This class can be used by itself or as part of a SAX event
stream: it takes as input a series of SAX2 ContentHandler
events and uses the information in those events to write
an XML document. |