jodd.lagarto.dom
Interface NodeFilter

All Known Implementing Classes:
AttributeSelector, CssSelector, PseudoClassSelector, PseudoFunctionSelector

public interface NodeFilter

Node filter.


Method Summary
 boolean accept(Node node)
          Test whether a specified node is acceptable in some selection process.
 

Method Detail

accept

boolean accept(Node node)
Test whether a specified node is acceptable in some selection process.



Copyright © 2003-2012 Jodd Team