| Contents | Package | Class | Tree | Deprecated | Index | Help | XML for Java | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
| Method Summary | |
| int | numChildren()
|
| int | numNextSiblings()
|
| int | numPreviousSiblings()
|
| Node | toFirstChild()
|
| Node | toLastChild()
|
| Node | toNextSibling()
|
| Node | toNthChild(int n)
|
| Node | toParent()
|
| Node | toPreviousSibling()
|
| Method Detail |
public int numChildren()
public int numPreviousSiblings()
public int numNextSiblings()
public Node toParent()
public Node toPreviousSibling()
public Node toNextSibling()
public Node toFirstChild()
public Node toLastChild()
public Node toNthChild(int n)
| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||