cdqa.function
Class ConstNodeUnaryPredicate

java.lang.Object
  extended by cdqa.function.ConstNodeUnaryPredicate
All Implemented Interfaces:
NodeUnaryPredicate

 class ConstNodeUnaryPredicate
extends java.lang.Object
implements NodeUnaryPredicate


Field Summary
(package private)  boolean b
           
 
Fields inherited from interface cdqa.function.NodeUnaryPredicate
FALSE, TRUE
 
Constructor Summary
ConstNodeUnaryPredicate(boolean b)
           
 
Method Summary
 boolean apply(org.w3c.dom.Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

boolean b
Constructor Detail

ConstNodeUnaryPredicate

public ConstNodeUnaryPredicate(boolean b)
Method Detail

apply

public boolean apply(org.w3c.dom.Node n)
Specified by:
apply in interface NodeUnaryPredicate