xoql.function
Class linkChildNodes

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.MapLFunction
          extended by xoql.function.linkChildNodes

public class linkChildNodes
extends cdqa.function.MapLFunction

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

Field Summary
(package private)  org.w3c.dom.Node child
           
 
Fields inherited from class cdqa.function.MapLFunction
NULL
 
Constructor Summary
linkChildNodes()
           
 
Method Summary
 void init(cdqa.object.XObject o)
           
 boolean isLink(org.w3c.dom.Node child)
           
 cdqa.object.XObject next()
           
 
Methods inherited from class cdqa.function.MapLFunction
createIteratorInstance
 
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

child

org.w3c.dom.Node child
Constructor Detail

linkChildNodes

public linkChildNodes()
Method Detail

init

public final void init(cdqa.object.XObject o)
Specified by:
init in class cdqa.function.MapLFunction

next

public final cdqa.object.XObject next()
Specified by:
next in class cdqa.function.MapLFunction

isLink

public boolean isLink(org.w3c.dom.Node child)