- java.lang.Object
-
- com.sun.xml.wss.util.NodeListImpl
-
-
Constructor Summary
Constructors Constructor Description NodeListImpl()Creates a new instance of NodeListImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Node node)add node to the end of NodeListintgetLength()get the size of the nodeListNodeitem(int i)get the ith item from NodeListvoidmerge(NodeList nodeList)
-