|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
void |
ElementScanner.removeElementListener(ElementListener listener,
java.lang.String pattern)
Removes element listeners from 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. |
| Constructors in org.jdom.contrib.input.scanner with parameters of type ElementListener | |
XPathMatcher.XPathMatcher(java.lang.String expression,
ElementListener listener)
Default constructor, protected on purpose. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||