org.apache.openjpa.lib.xml |
XML Handling
|
Java Source File Name | Type | Comment |
Commentable.java | Interface | Implementations of this interface can be adorned with comments. |
DocTypeReader.java | Class | The DocTypeReader can be used to dynamically include a
DOCTYPE declaration in an XML stream. |
Location.java | Class | |
TestDocTypeReader.java | Class | Tests the
DocTypeReader by comparing the results of passing
various xml streams to the expected result with included doc type info. |
TestXMLWriter.java | Class | Tests the
XMLWriter by comparing the results of passing the
raw-source.xml file in this package through the writer to the correct
output in the formatted-result.xml file, also in this package. |
ValidatingErrorHandler.java | Class | ErrorHandler implementation which overrides the default
behavior of ignoring parse errors to throw a
SAXException instead. |
XMLFactory.java | Class | The XMLFactory produces validating and non-validating DOM level 2
and SAX level 2 parsers and XSL transformers through JAXP. |
XMLWriter.java | Class | The XMLWriter is a writer type for pretty-printing XML. |