Uses of Class
gnu.lists.TreeList
-
Packages that use TreeList Package Description gnu.kawa.xml gnu.kawa.xslt 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).gnu.xml -
-
Uses of TreeList in gnu.kawa.xml
Methods in gnu.kawa.xml with parameters of type TreeList Modifier and Type Method Description static void
Attributes. attributes(TreeList tlist, int index, Consumer consumer)
static void
Children. children(TreeList tlist, int index, Consumer consumer)
-
Uses of TreeList in gnu.kawa.xslt
Methods in gnu.kawa.xslt with parameters of type TreeList Modifier and Type Method Description static void
XSLT. process(TreeList doc, Focus pos, CallContext ctx)
-
Uses of TreeList in gnu.lists
Constructors in gnu.lists with parameters of type TreeList Constructor Description TreeList(TreeList list)
TreeList(TreeList list, int startPosition, int endPosition)
Make a copy of a sub-range of a TreeList. -
Uses of TreeList in gnu.mapping
Fields in gnu.mapping declared as TreeList Modifier and Type Field Description protected TreeList
Values.FromTreeList. buffer
Methods in gnu.mapping with parameters of type TreeList Modifier and Type Method Description static Object
Values. make(TreeList list, int startPosition, int endPosition)
Extract a value (single or Values) from a sub-range of a TreeList.Constructors in gnu.mapping with parameters of type TreeList Constructor Description FromTreeList(TreeList list)
-
Uses of TreeList in gnu.xml
Subclasses of TreeList in gnu.xml Modifier and Type Class Description class
NodeTree
Use to represent a Document or Document Fragment, in the XML DOM sense.
-