| Name | Description | Type | Package | Framework |
| DocumentContainer | An XML document container reads and parses XML only when it is accessed. | Class | org.apache.commons.jxpath.xml | Apache Commons |
| DOMParser | An implementation of the XMLParser interface that produces a DOM Document. | Class | org.apache.commons.jxpath.xml | Apache Commons |
| JDOMParser | An implementation of the XMLParser interface that produces a JDOM Document. | Class | org.apache.commons.jxpath.xml | Apache Commons |
| XMLDocumentContainer | An XML document container reads and parses XML only when it is accessed. | Class | org.apache.commons.jxpath | Apache Commons |
| XMLParser | Common interface for XML parsers. | Interface | org.apache.commons.jxpath.xml | Apache Commons |
| XMLParser2 | The abstract superclass of XML parsers that produce DOM Documents. | Class | org.apache.commons.jxpath.xml | Apache Commons |