Package org.htmlunit.cyberneko.xerces.xni.parser
Stuff taken, adapted, and simplified from the latest xerces code.
-
Interface Summary Interface Description XMLComponent The component interface defines methods that must be implemented by components in a parser configuration.XMLComponentManager The component manager manages a parser configuration and the components that make up that configuration.XMLDocumentFilter Defines a document filter that acts as both a receiver and an emitter of document events.XMLDocumentSource Defines a document source.XMLErrorHandler An interface for handling errors.XMLParserConfiguration Represents a parser configuration. -
Class Summary Class Description XMLInputSource This class represents an input source for an XML document. -
Exception Summary Exception Description XMLConfigurationException An XNI parser configuration exception.XMLParseException A parsing exception.