Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.jxpath.xml

Public, abstract part of JXPath: interfaces and configuration.

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

Public, abstract part of JXPath: interfaces and configuration. If you are a user of JXPath and don't plan to modify its implementation, this is the only package you'll need to use. Start with the org.apache.commons.jxpath.JXPathContext class.