Uses of Class
gnu.lists.TreePosition
Packages that use TreePosition
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
Supports
Procedure,
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.xmlModifier and TypeClassDescriptionfinal classThis is only used for XSLT, which should be fixed. -
Uses of TreePosition in gnu.lists
Methods in gnu.lists with parameters of type TreePositionModifier and TypeMethodDescriptionprotected booleanAbstractSequence.gotoAttributesStart(TreePosition pos) booleanTreeList.gotoAttributesStart(TreePosition pos) final 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 -
Uses of TreePosition in gnu.mapping
Methods in gnu.mapping with parameters of type TreePositionModifier and TypeMethodDescriptionbooleanValues.FromTreeList.gotoAttributesStart(TreePosition pos)