xoql.function
Class equalIDs

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.BinaryFunction
          extended by cdqa.function.BinaryPredicate
              extended by xoql.function.equalIDs

public class equalIDs
extends cdqa.function.BinaryPredicate

Author:
dragan To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
equalIDs()
           
 
Method Summary
 boolean hasID(org.w3c.dom.Node node)
           
 boolean onApply(cdqa.object.XObject o1, cdqa.object.XObject o2)
           
 
Methods inherited from class cdqa.function.BinaryPredicate
apply, createIteratorInstance, onExecute, or, rightIsTrue, theFalsePredicate, theTruePredicate
 
Methods inherited from class cdqa.function.BinaryFunction
createIteratorInstance, execute, firstArg, secondArg
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

equalIDs

public equalIDs()
Method Detail

onApply

public boolean onApply(cdqa.object.XObject o1,
                       cdqa.object.XObject o2)
Specified by:
onApply in class cdqa.function.BinaryPredicate

hasID

public boolean hasID(org.w3c.dom.Node node)