com.mjh.dom
Class DomUtil.NodeListImpl

java.lang.Object
com.mjh.dom.DomUtil.NodeListImpl
- All Implemented Interfaces:
- org.w3c.dom.NodeList
- Enclosing class:
- DomUtil
- public class DomUtil.NodeListImpl
- extends java.lang.Object
- implements org.w3c.dom.NodeList
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
list
private java.util.ArrayList list
DomUtil.NodeListImpl
public DomUtil.NodeListImpl(java.util.ArrayList al)
getLength
public int getLength()
- Description copied from interface:
org.w3c.dom.NodeList
- The number of nodes in the list. The range of valid child node indices
is 0 to
length-1 inclusive.
- Specified by:
getLength in interface org.w3c.dom.NodeList
item
public org.w3c.dom.Node item(int index)
- Description copied from interface:
org.w3c.dom.NodeList
- Returns the
indexth item in the collection. If
index is greater than or equal to the number of nodes in
the list, this returns null.
- Specified by:
item in interface org.w3c.dom.NodeList