cdqa.function
Class DOMNodeFunction

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by cdqa.function.DOMNodeFunction

public final class DOMNodeFunction
extends UnaryFunction


Field Summary
(package private)  org.w3c.dom.Document doc
           
 
Fields inherited from class cdqa.function.Function
NULL, repository
 
Constructor Summary
DOMNodeFunction(org.w3c.dom.Document doc)
           
 
Method Summary
 XObject onExecute(XObject o)
           
 
Methods inherited from class cdqa.function.UnaryFunction
createIteratorInstance, execute
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

org.w3c.dom.Document doc
Constructor Detail

DOMNodeFunction

public DOMNodeFunction(org.w3c.dom.Document doc)
Method Detail

onExecute

public XObject onExecute(XObject o)
Specified by:
onExecute in class UnaryFunction