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 classFocusThis 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 booleanAbstractSequence. gotoAttributesStart(TreePosition pos)booleanTreeList. gotoAttributesStart(TreePosition pos)booleanAbstractSequence. gotoChildrenStart(TreePosition pos)Set position before first child (of the element following position).protected booleanAbstractSequence. gotoParent(TreePosition pos)voidTreePosition. 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 booleanValues.FromTreeList. gotoAttributesStart(TreePosition pos)
-