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


Constructor Summary
DomUtil.NodeListImpl(java.util.ArrayList al)
           
 
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
 

Constructor Detail

DomUtil.NodeListImpl

public DomUtil.NodeListImpl(java.util.ArrayList al)
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 © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.