Interface | Description |
---|---|
InputSourceCaching |
The interface specifying the behavior for InputSource caching in the
EntityListResolver . |
ParserExceptionListener |
A handler which is able to customize how to react to Exceptions or SAX Exceptinos encountedred during the SAX parsing.
|
XMLChildrenIncluder |
This interface process XML files by including the content of XInclude children.
|
Class | Description |
---|---|
DefaultNodeFilter |
This class is a straightforward NodeFilter.
|
DefaultParserExceptionListener |
A default ParserExceptionListener, which stores exceptions and messages.
|
EntityListResolver |
A class which can manage entity resolution in XML files.
|
EntityListResolver.URLLSInput |
An LSInput implementation.
|
ResolverSAXHandler |
A default SAX handler which handles SAX error and resolution events.
|
ResolverSAXHandler.ExceptionResult |
Represent an exception result returned after the parsing.
|
ResolverSAXHandler.InformationResult |
Represent an information result returned after the parsing.
|
SAXParserPool | Deprecated |
SAXValidatorHandler |
A validator handler which wrap a ResolverSAXHandler, an add additional schema validation to the parsing.
|
UTF8Reader |
This class is able to convert escaped hexadecimal UTF8 String constructions to Java Unicode
Strings and reverse.
|
ValidationResolverHandler |
A SAX handler used to validate an XML file.
|
XMLEncodingParser |
This class get the encoding of an XML file.
|
XMLIncluder |
This class process XML files by including the content of XInclude children.
|
XMLLocations |
This class hold a local copy of several XML standard reference files. it contains:
A copy of the XML Schema DTD:
http://www.w3.org/2001/XMLSchema.dtd
A copy of the XML Schema file: http://www.w3.org/2001/xml.xsd
To define a resolver for these reference files, see EntityListResolver.addResolvedSystemIDs(java.util.List, java.net.URL) . |
XMLParserConfiguration |
The XMLParser configuration.
|
XMLRootDetector |
This class detect the root element ofr only its name name for an XML file.
|
XMLSAXParser |
A generic XML SAX Parser.
|
XMLTreeWalker |
This class implements the interface
TreeWalker . |
XmlWriter |
Writes a Node (or XML Document) as text output.
|
Exception | Description |
---|---|
StopParsingException |
Used to stop SAX parsing in the least ugly way.
|
XmlWriterIOException |
Thrown when an XMLWriter receives an illegal argument in parameter.
|
XmlWriterRuntimeException |
Thrown when an XMLWriter receives an illegal argument in parameter.
|
Contains :