All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.EditableNodeList

public interface EditableNodeList
extends NodeList

Method Index

 o insert(long, Node)
 o remove(long)
 o replace(long, Node)

Methods

 o replace
 public abstract void replace(long index,
                              Node replacedNode) throws NoSuchNodeException
 o insert
 public abstract void insert(long index,
                             Node newNode) throws NoSuchNodeException
 o remove
 public abstract Node remove(long index) throws NoSuchNodeException

All Packages  Class Hierarchy  This Package  Previous  Next  Index