Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.w3c.dom.EditableNodeList


public interface EditableNodeList

Method Summary
Node  insert(int index, Node newNode)
 
Node  remove(int index)
 
Node  replace(int index, Node replaceNode)
 
 

Method Detail

replace

public Node replace(int index,
                    Node replaceNode)

insert

public Node insert(int index,
                   Node newNode)

remove

public Node remove(int index)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS