Package jd.xml.util

Contains utility classes.

See:
          Description

Interface Summary
UriResolver An UriResolver is a service object that creates a XmlSource from an href attribute and a base uri.
 

Class Summary
DefaultErrorHandler A simple implementation of a SAX ErrorHandler.
DefaultUriResolver A default UriResolver.
DescendantsEnum DescendantsEnum is an Enumeration for the descendant nodes of a start node.
DomUtil A collection of utility functions to support DOM handling.
SaxUtil A collection of utility functions for the SAX API.
UriUtil A collection of uri related utility methods.
Utf8Escaping Utf8Escaping is a utility class to convert a character to the string "%xy" with xy as the hex value of the utf-8 encoded character.
XmlSource XmlSource represents the uri and a source of a document.
XmlUtil A collection of xml related utility methods.
XmlWriter A Writer class to produce pretty printed xml files.
 

Package jd.xml.util Description

Contains utility classes.