Groovy 1.7.0

groovy.xml.dom
Class DOMCategory.NodeListsHolder

java.lang.Object
  groovy.xml.dom.DOMCategory.NodeListsHolder
All Implemented Interfaces:
NodeList

class DOMCategory.NodeListsHolder

Constructor Summary
private DOMCategory.NodeListsHolder(List nodeLists)

 
Method Summary
int getLength()

org.w3c.dom.Node item(int index)

String toString()

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

DOMCategory.NodeListsHolder

private DOMCategory.NodeListsHolder(List nodeLists)


 
Method Detail

getLength

public int getLength()


item

public org.w3c.dom.Node item(int index)


toString

public String toString()


 

Copyright © 2003-2009 The Codehaus. All rights reserved.