jodd.lagarto.dom
Interface NodeListFilter

All Known Implementing Classes:
PseudoClassSelector, PseudoFunctionSelector

public interface NodeListFilter


Method Summary
 boolean accept(java.util.LinkedList<Node> currentResults, Node node, int index)
           
 

Method Detail

accept

boolean accept(java.util.LinkedList<Node> currentResults,
               Node node,
               int index)


Copyright © 2003-2011 Jodd Team