|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.TreeContext
Represents position of parse state in element tree.
| Constructor Summary | |
TreeContext(boolean pNamespaceAware)
Create a namespace aware/unaware TreeContext. |
|
| Method Summary | |
void |
ascend(EndPoint pEndPoint)
Reverse towards trunk. |
void |
descend(StartPoint pStartPoint)
Follow a deeper branch. |
TreeNode |
getContextNode()
Get a TreeNode representing current position in tree. |
int |
getDepth()
Get tree depth, that is, number of child levels. |
int |
getPosition()
Get sibling position. |
String |
toString()
Debugging description. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TreeContext(boolean pNamespaceAware)
TreeContext.
| Method Detail |
public void descend(StartPoint pStartPoint)
public void ascend(EndPoint pEndPoint)
public int getDepth()
public int getPosition()
public TreeNode getContextNode()
TreeNode representing current position in tree.
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||