Interface NodeFilter

  • All Superinterfaces:
    ElementFilter<Node>, Filter

    public interface NodeFilter
    extends ElementFilter<Node>
    Basic filters for nodes, that works as predicates. For a given node the filter's role is to return true if the node is kept or false if it is removed.
    Author:
    Mathieu Bastian