Uses of Class
gnu.lists.TreeList

Packages that use TreeList
gnu.kawa.xml Classes for using XML within Kawa. 
gnu.kawa.xslt   
gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. 
gnu.mapping Supports Procedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). 
gnu.xml Utilities for working with XML. 
 

Uses of TreeList in gnu.kawa.xml
 

Subclasses of TreeList in gnu.kawa.xml
 class Nodes
          Manages a sequence of node references.
 class SortedNodes
          Manages a sequence of node references in document order without duplicates.
 

Methods in gnu.kawa.xml with parameters of type TreeList
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
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
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
 

Subclasses of TreeList in gnu.mapping
 class Values
          Encapsulate multiple values in a single object.
 class ValueStack
           
 

Methods in gnu.mapping with parameters of type TreeList
static java.lang.Object Values.make(TreeList list)
           
static java.lang.Object Values.make(TreeList list, int startPosition, int endPosition)
           
 

Uses of TreeList in gnu.xml
 

Subclasses of TreeList in gnu.xml
 class NodeTree
          Use to represent a Document or Document Fragment, in the XML DOM sense.