All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.TreeIterator

public interface TreeIterator
extends NodeIterator

Method Index

 o numChildren()
 o numNextSiblings()
 o numPreviousSiblings()
 o toFirstChild()
 o toLastChild()
 o toNextSibling()
 o toNthChild()
 o toParent()
 o toPreviousSibling()

Methods

 o numChildren
 public abstract int numChildren()
 o numPreviousSiblings
 public abstract int numPreviousSiblings()
 o numNextSiblings
 public abstract int numNextSiblings()
 o toParent
 public abstract Node toParent()
 o toPreviousSibling
 public abstract Node toPreviousSibling()
 o toNextSibling
 public abstract Node toNextSibling()
 o toFirstChild
 public abstract Node toFirstChild()
 o toLastChild
 public abstract Node toLastChild()
 o toNthChild
 public abstract Node toNthChild()

All Packages  Class Hierarchy  This Package  Previous  Next  Index