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
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.