All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.EditableNodeList
- public interface EditableNodeList
- extends NodeList
-
insert(long, Node)
-
-
remove(long)
-
-
replace(long, Node)
-
replace
public abstract void replace(long index,
Node replacedNode) throws NoSuchNodeException
insert
public abstract void insert(long index,
Node newNode) throws NoSuchNodeException
remove
public abstract Node remove(long index) throws NoSuchNodeException
All Packages Class Hierarchy This Package Previous Next Index