Uses of Class
gnu.lists.TreePosition

Packages that use TreePosition
gnu.kawa.xml Classes for using XML within Kawa. 
gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. 
 

Uses of TreePosition in gnu.kawa.xml
 

Subclasses of TreePosition in gnu.kawa.xml
 class Focus
          This is only used for XSLT, which should be fixed.
 

Uses of TreePosition in gnu.lists
 

Methods in gnu.lists with parameters of type TreePosition
protected  boolean AbstractSequence.gotoAttributesStart(TreePosition pos)
           
 boolean TreeList.gotoAttributesStart(TreePosition pos)
           
 boolean AbstractSequence.gotoChildrenStart(TreePosition pos)
          Set position before first child (of the element following position).
protected  boolean AbstractSequence.gotoParent(TreePosition pos)
           
 void TreePosition.set(TreePosition position)
           
 

Constructors in gnu.lists with parameters of type TreePosition
TreePosition(TreePosition pos)