- All Implemented Interfaces:
NodeList
- Author:
- ashutosh.shahi@sun.com
-
Constructor Summary
Constructors
Creates a new instance of NodeListImpl
-
Method Summary
void
add node to the end of NodeList
int
get the size of the nodeList
get the ith item from NodeList
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NodeListImpl
public NodeListImpl()
Creates a new instance of NodeListImpl
-
Method Details
-
getLength
public int getLength()
get the size of the nodeList
- Specified by:
getLength in interface NodeList
-
item
get the ith item from NodeList
- Specified by:
item in interface NodeList
-
add
public void add(Node node)
add node to the end of NodeList
-