Package org.apache.commons.jxpath.xml
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
XMLParser Common interface for XML parsers.
Classes
DocumentContainer An XML document container reads and parses XML only when it is accessed.
DOMParser An implementation of the XMLParser interface that produces a DOM Document.
JDOMParser An implementation of the XMLParser interface that produces a JDOM Document.
XMLParser2 The abstract superclass of XML parsers that produce DOM Documents.