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

Interface org.w3c.dom.TreeIterator


public interface TreeIterator
extends NodeIterator

Method Summary
int  numChildren()
 
int  numNextSiblings()
 
int  numPreviousSiblings()
 
Node  toFirstChild()
 
Node  toLastChild()
 
Node  toNextSibling()
 
Node  toNthChild(int n)
 
Node  toParent()
 
Node  toPreviousSibling()
 
 

Method Detail

numChildren

public int numChildren()

numPreviousSiblings

public int numPreviousSiblings()

numNextSiblings

public int numNextSiblings()

toParent

public Node toParent()

toPreviousSibling

public Node toPreviousSibling()

toNextSibling

public Node toNextSibling()

toFirstChild

public Node toFirstChild()

toLastChild

public Node toLastChild()

toNthChild

public Node toNthChild(int n)

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