All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hplb.xml.NodeListImpl

java.lang.Object
   |
   +----hplb.xml.NodeListImpl

public class NodeListImpl
extends Object
Author:
Anders Kristensen

Variable Index

 o count
 o elms

Constructor Index

 o NodeListImpl()
 o NodeListImpl(int)

Method Index

 o add(Node)
 o getIterator()
 o getLength()
Returns the number of keys in this dictionary.
 o getNextNode(Node)
 o getPreviousNode(Node)
 o index(Node)
 o insert(int, Node)
 o insertAfter(Node, Node)
 o insertBefore(Node, Node)
 o item(int)
 o remove(int)
 o remove(Node)
 o replace(int, Node)
 o replace(Node, Node)
 o toString()

Variables

 o elms
 protected Node elms[]
 o count
 protected int count

Constructors

 o NodeListImpl
 public NodeListImpl()
 o NodeListImpl
 public NodeListImpl(int size)

Methods

 o add
 public synchronized void add(Node node)
 o replace
 public synchronized Node replace(int index,
                                  Node replaceNode)
 o insert
 public synchronized Node insert(int index,
                                 Node newNode)
 o getIterator
 public NodeIterator getIterator()
 o remove
 public synchronized Node remove(int index)
 o item
 public synchronized Node item(int index)
 o getLength
 public synchronized int getLength()
Returns the number of keys in this dictionary.

 o getPreviousNode
 public Node getPreviousNode(Node node)
 o getNextNode
 public Node getNextNode(Node node)
 o insertBefore
 public Node insertBefore(Node node,
                          Node ref)
 o insertAfter
 public Node insertAfter(Node node,
                         Node ref)
 o replace
 public Node replace(Node node,
                     Node ref)
 o remove
 public Node remove(Node node)
 o index
 public int index(Node node)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index