xoql.function
Class attributes

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

public final class attributes
extends cdqa.function.MapLFunction


Field Summary
(package private)  int i
           
(package private)  int length
           
(package private)  org.w3c.dom.NamedNodeMap nodeMap
           
 
Fields inherited from class cdqa.function.MapLFunction
NULL
 
Constructor Summary
attributes()
           
 
Method Summary
 void init(cdqa.object.XObject o)
           
 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

nodeMap

org.w3c.dom.NamedNodeMap nodeMap

i

int i

length

int length
Constructor Detail

attributes

public attributes()
Method Detail

init

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

next

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