Package net.ontopia.xml

Contains classes for processing XML documents.

See:
          Description

Interface Summary
InputSourceFactoryIF INTERNAL: A factory interface for creating SAX InputSources.
XMLReaderFactoryIF INTERNAL: A factory interface for creating SAX2 XMLReaders.
 

Class Summary
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.
ConfiguredXMLReaderFactory INTERNAL: A factory for creating configured SAX2 XMLReaders.
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.
JaxpXMLReaderFactory INTERNAL: A factory for creating SAX2 XMLReaders using the JAXP SAXParserFactory.getXMLReader() method.
OntopiaErrorHandler OntopiaErrorHandler implements the SAX ErrorHandler 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.
SaxXMLReaderFactory INTERNAL: A factory for creating SAX2 XMLReaders using the SAX2 XMLReaderFactory.createXMLReader(klass) method.
Slf4jSaxErrorHandler INTERNAL: SAX2 error handler implementation that uses slf4j to log warnings, errors and fatal errors.
TidyHTML Generate tidied HTML from a URL stream.
ValidatingContentHandler INTERNAL: SAX2 content handler used for validating XML documents using Jing.
 

Package net.ontopia.xml Description

Contains classes for processing XML documents.



Copyright © 2000-2012 Ontopia.