Package net.ontopia.xml
package net.ontopia.xml
Contains classes for processing XML documents.
-
ClassDescriptionINTERNAL: A common base class for Reader implementations that can read XML-based syntaxes.INTERNAL: SAX document handler that prints canonical XML.INTERNAL: SAX entity resolver that makes sure that doctypes referencing the XTM 1.0 DTD is ignored.INTERNAL: An XML reader factory that uses a JaxpXMLReaderFactory unless the 'org.xml.sax.driver' system property is set, in that case SaxXMLReaderFactory is used.INTERNAL: An InputSource factory that creates input sources with no content.INTERNAL: A factory interface for creating SAX InputSources.
OntopiaErrorHandlerimplements the SAXErrorHandlerinterface and defines callback behavior for the SAX callbacks associated with an XML document's errors.INTERNAL: SAX document handler that writes pretty-printed XML to a Writer.INTERNAL: A helper base class for SAX applications that makes it much easier to write SAX applications, since it helps applications keep track of the element stack and preserve the contents of various elements.INTERNAL: SAX2 error handler implementation that uses slf4j to log warnings, errors and fatal errors.INTERNAL: SAX2 content handler used for validating XML documents using Jing.