cdqa.function
Interface NodeUnaryPredicate

All Known Implementing Classes:
ConstNodeUnaryPredicate

public interface NodeUnaryPredicate


Field Summary
static ConstNodeUnaryPredicate FALSE
           
static ConstNodeUnaryPredicate TRUE
           
 
Method Summary
 boolean apply(org.w3c.dom.Node n)
           
 

Field Detail

TRUE

static final ConstNodeUnaryPredicate TRUE

FALSE

static final ConstNodeUnaryPredicate FALSE
Method Detail

apply

boolean apply(org.w3c.dom.Node n)