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

Quick Search    Search Deep

org.apache.commons.jxpath.xml: Javadoc index of package org.apache.commons.jxpath.xml.


Package Samples:

org.apache.commons.jxpath.xml: Public, abstract part of JXPath: interfaces and configuration.  

Classes:

DocumentContainer: An XML document container reads and parses XML only when it is accessed. JXPath traverses Containers transparently - you use the same paths to access objects in containers as you do to access those objects directly. You can create XMLDocumentContainers for various XML documents that may or may not be accessed by XPaths. If they are, they will be automatically read, parsed and traversed. If they are not - they won't be read at all.
XMLParser: Common interface for XML parsers. We are not using JAXP because some of the parsers we want to support may not be JAXP compliant.
XMLParser2: The abstract superclass of XML parsers that produce DOM Documents. The features have the same defaults as DocumentBuilderFactory.
JDOMParser: An implementation of the XMLParser interface that produces a JDOM Document.
DOMParser: An implementation of the XMLParser interface that produces a DOM Document.

Home | Contact Us | Privacy Policy | Terms of Service