Uses of Class
gnu.lists.TreeList
Packages that use TreeList
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 TreeList in gnu.kawa.xml
Methods in gnu.kawa.xml with parameters of type TreeList -
Uses of TreeList in gnu.kawa.xslt
Methods in gnu.kawa.xslt with parameters of type TreeListModifier and TypeMethodDescriptionstatic void
XSLT.process
(TreeList doc, Focus pos, CallContext ctx) -
Uses of TreeList in gnu.lists
-
Uses of TreeList in gnu.mapping
Fields in gnu.mapping declared as TreeListMethods in gnu.mapping with parameters of type TreeListModifier and TypeMethodDescriptionstatic Object
Extract a value (single or Values) from a sub-range of a TreeList.Constructors in gnu.mapping with parameters of type TreeList -
Uses of TreeList in gnu.xml
Modifier and TypeClassDescriptionclass
Use to represent a Document or Document Fragment, in the XML DOM sense.