Package org.apache.commons.jxpath.xml

Support classes for working with XML.

See:
          Description

Interface Summary
XMLParser Common interface for XML parsers.
 

Class Summary
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.
 

Package org.apache.commons.jxpath.xml Description

Support classes for working with XML.



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.