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

Quick Search    Search Deep

Package org.apache.commons.jxpath.ri.model.jdom

The "model" package defines APIs that are implemented for every object model to be supported by JXPath.

See:
          Description

Class Summary
JDOMAttributeIterator An iterator of attributes of a DOM Node.
JDOMAttributePointer A Pointer that points to a DOM node.
JDOMModelTest Tests JXPath with JDOM
JDOMNamespaceIterator An iterator of namespaces of a DOM Node.
JDOMNamespacePointer Represents a namespace node.
JDOMNodeIterator An iterator of children of a JDOM Node.
JDOMNodePointer A Pointer that points to a DOM node.
JDOMPointerFactory Implements NodePointerFactory for DOM elements.
TestJDOMFactory Test AbstractFactory.
 

Package org.apache.commons.jxpath.ri.model.jdom Description

The "model" package defines APIs that are implemented for every object model to be supported by JXPath. The main part of this API is Pointers, which are a mechanism for identifying locations of objects within an object graph.