Package org.jaxen.xom

Navigation for XOM trees.

See:
          Description

Class Summary
DocumentNavigator Interface for navigating around the XOM object model.
DocumentNavigator.IndexIterator  
DocumentNavigator.XPathNamespace Wrapper for XOM namespace nodes to give them a parent, as required by the XPath data model.
XOMXPath An XPath implementation for the XOM model
 

Package org.jaxen.xom Description

Navigation for XOM trees. Note that XOM includes its own navigator which is likely faster and less buggy than this one, though it doesn't provide access to the full Jaxen API.