Uses of Class
gnu.lists.TreePosition
-
Packages that use TreePosition Package Description gnu.kawa.xml gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). -
-
Uses of TreePosition in gnu.kawa.xml
Subclasses of TreePosition in gnu.kawa.xml Modifier and Type Class Description 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 Modifier and Type Method Description 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 Constructor Description TreePosition(TreePosition pos)
-
Uses of TreePosition in gnu.mapping
Methods in gnu.mapping with parameters of type TreePosition Modifier and Type Method Description boolean
Values.FromTreeList. gotoAttributesStart(TreePosition pos)
-