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

Interface org.w3c.dom.NodeList

Subinterfaces:
NamedNodeList

public interface NodeList

Method Summary
NodeEnumerator  getEnumerator()
 
int  getLength()
 
Node  item(int index)
 
 

Method Detail

getEnumerator

public NodeEnumerator getEnumerator()

item

public Node item(int index)

getLength

public int getLength()

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