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 class
This 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 boolean
AbstractSequence.gotoAttributesStart
(TreePosition pos) boolean
TreeList.gotoAttributesStart
(TreePosition pos) final 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 -
Uses of TreePosition in gnu.mapping
Methods in gnu.mapping with parameters of type TreePositionModifier and TypeMethodDescriptionboolean
Values.FromTreeList.gotoAttributesStart
(TreePosition pos)