Package net.ontopia.xml
Contains classes for processing XML documents.
-
Interface Summary Interface Description InputSourceFactoryIF INTERNAL: A factory interface for creating SAX InputSources. -
Class Summary Class Description AbstractXMLFormatReader INTERNAL: A common base class for Reader implementations that can read XML-based syntaxes.CanonicalPrinter INTERNAL: SAX document handler that prints canonical XML.ConfigurableEntityResolver INTERNAL: SAX entity resolver that makes sure that doctypes referencing the XTM 1.0 DTD is ignored.ContentWriter DefaultXMLReaderFactory 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.EmptyInputSourceFactory INTERNAL: An InputSource factory that creates input sources with no content.OntopiaErrorHandler OntopiaErrorHandler
implements the SAXErrorHandler
interface and defines callback behavior for the SAX callbacks associated with an XML document's errors.PrettyPrinter INTERNAL: SAX document handler that writes pretty-printed XML to a Writer.SAXTracker 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.Slf4jSaxErrorHandler INTERNAL: SAX2 error handler implementation that uses slf4j to log warnings, errors and fatal errors.ValidatingContentHandler INTERNAL: SAX2 content handler used for validating XML documents using Jing.