Uses of Class
org.jdom.contrib.input.scanner.XPathMatcher

Packages that use XPathMatcher
org.jdom.contrib.input.scanner ElementScanner is a SAX filter that uses XPath-like expressions to select element nodes to build and notifies listeners when these elements becomes available during the SAX parse. 
 

Uses of XPathMatcher in org.jdom.contrib.input.scanner
 

Methods in org.jdom.contrib.input.scanner that return XPathMatcher
static XPathMatcher XPathMatcher.newXPathMatcher(java.lang.String expression, ElementListener listener)
          Creates a new XPath matcher matching the specified XPath expression.
 



Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.