groovy.xml.dom
Class DOMCategory.NodeListsHolder

java.lang.Object
  extended by groovy.xml.dom.DOMCategory.NodeListsHolder
All Implemented Interfaces:
org.w3c.dom.NodeList
Enclosing class:
DOMCategory

private static final class DOMCategory.NodeListsHolder
extends java.lang.Object
implements org.w3c.dom.NodeList


Field Summary
private  java.util.List nodeLists
           
 
Constructor Summary
private DOMCategory.NodeListsHolder(java.util.List nodeLists)
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nodeLists

private java.util.List nodeLists
Constructor Detail

DOMCategory.NodeListsHolder

private DOMCategory.NodeListsHolder(java.util.List nodeLists)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList

item

public org.w3c.dom.Node item(int index)
Specified by:
item in interface org.w3c.dom.NodeList

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © ${year} The Codehaus. All Rights Reserved.