com.sun.xml.wss.util
Class NodeListImpl

java.lang.Object
  extended by com.sun.xml.wss.util.NodeListImpl
All Implemented Interfaces:
NodeList

public class NodeListImpl
extends Object
implements NodeList

Author:
ashutosh.shahi@sun.com

Constructor Summary
NodeListImpl()
          Creates a new instance of NodeListImpl
 
Method Summary
 void add(Node node)
          add node to the end of NodeList
 int getLength()
          get the size of the nodeList
 Node item(int i)
          get the ith item from NodeList
 void merge(NodeList nodeList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListImpl

public NodeListImpl()
Creates a new instance of NodeListImpl

Method Detail

getLength

public int getLength()
get the size of the nodeList

Specified by:
getLength in interface NodeList

item

public Node item(int i)
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


merge

public void merge(NodeList nodeList)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.