All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.xml.parser.TXNodeList
EditableNodeList
interface.
public TXNodeList()
public NodeEnumerator getEnumerator()
public Node item(long index) throws NoSuchNodeException
public Child itemSilently(int index)
public long getLength()
public void replace(long index, Node replacednode) throws NoSuchNodeException
public void replaceSilently(int ind, Child replacednode)
public void insert(long index, Node newnode) throws NoSuchNodeException
public void insertSilently(int ind, Child newnode)
public Node remove(long index) throws NoSuchNodeException
public Child removeSilently(int ind)
public void addElement(Child ch)
public int indexOf(Node n)
public void ensureCapacity(int c)
All Packages Class Hierarchy This Package Previous Next Index