xoql.function
Class createDOMNode

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by xoql.function.createDOMNode

public final class createDOMNode
extends cdqa.function.UnaryFunction

createDomNode class based on cdqa.function.UnaryFunction

Author:
simonkm

Field Summary
(package private)  org.w3c.dom.Document doc
           
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
createDOMNode(org.w3c.dom.Document doc)
          constructor
 
Method Summary
 cdqa.object.XObject onExecute(cdqa.object.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

createDOMNode

public createDOMNode(org.w3c.dom.Document doc)
constructor

Parameters:
doc -
Method Detail

onExecute

public cdqa.object.XObject onExecute(cdqa.object.XObject o)
Specified by:
onExecute in class cdqa.function.UnaryFunction