Uses of Interface
org.jdom.contrib.input.scanner.ElementListener

Packages that use ElementListener
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 ElementListener in org.jdom.contrib.input.scanner
 

Methods in org.jdom.contrib.input.scanner that return ElementListener
 ElementListener XPathMatcher.getListener()
          Returns the element listener associated to this matcher object.
 

Methods in org.jdom.contrib.input.scanner with parameters of type ElementListener
 void ElementScanner.addElementListener(ElementListener listener, java.lang.String pattern)
          Adds a new element listener to the list of listeners maintained by this filter.
static XPathMatcher XPathMatcher.newXPathMatcher(java.lang.String expression, ElementListener listener)
          Creates a new XPath matcher matching the specified XPath expression.
 void ElementScanner.removeElementListener(ElementListener listener, java.lang.String pattern)
          Removes element listeners from the list of listeners maintained by this filter.
 

Constructors in org.jdom.contrib.input.scanner with parameters of type ElementListener
XPathMatcher(java.lang.String expression, ElementListener listener)
          Default constructor, protected on purpose.
 



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