Package net.sf.swan.xpath

An XPath-centric model for working with XML.

See:
          Description

Class Summary
MatchContext Component to iterate through matches and provide thread-specific variable values for expression evaluation.
Matcher Utility for XSLT pattern matching of nodes.
Selector Utility for evaluating XPath expressions.
XPathSupport  
 

Package net.sf.swan.xpath Description

An XPath-centric model for working with XML.

NOTE: This is an experimental API and is subject to change.

Probably the two most useful classes to applications are the Selector class, and the Matcher class.