All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----hplb.xml.NodeListImpl
protected Node elms[]
protected int count
public NodeListImpl()
public NodeListImpl(int size)
public synchronized void add(Node node)
public synchronized Node replace(int index, Node replaceNode)
public synchronized Node insert(int index, Node newNode)
public NodeIterator getIterator()
public synchronized Node remove(int index)
public synchronized Node item(int index)
public synchronized int getLength()
public Node getPreviousNode(Node node)
public Node getNextNode(Node node)
public Node insertBefore(Node node, Node ref)
public Node insertAfter(Node node, Node ref)
public Node replace(Node node, Node ref)
public Node remove(Node node)
public int index(Node node)
public synchronized String toString()
All Packages Class Hierarchy This Package Previous Next Index