groovy.xml.dom
Class DOMCategory.NodesHolder

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

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


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

Field Detail

nodes

private java.util.List nodes
Constructor Detail

DOMCategory.NodesHolder

private DOMCategory.NodesHolder(java.util.List nodes)
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


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