Package org.jaxen.xom

Navigation for XOM trees.

Class Summary

DocumentNavigator Interface for navigating around the XOM object model.
DocumentNavigator.IndexIterator
DocumentNavigator.XPathNamespaceWrapper for XOM namespace nodes to give them a parent, as required by the XPath data model.
XOMXPathAn XPath implementation for the XOM model

This is the main entry point for matching an XPath against a DOM tree.

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.