Uses of Interface
gnu.lists.XConsumer

Packages that use XConsumer
gnu.kawa.xml Classes for using XML within Kawa. 
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 XConsumer in gnu.kawa.xml
 

Classes in gnu.kawa.xml that implement XConsumer
 class Nodes
          Manages a sequence of node references.
 class SortedNodes
          Manages a sequence of node references in document order without duplicates.
 

Uses of XConsumer in gnu.lists
 

Classes in gnu.lists that implement XConsumer
 class TreeList
          A compact representation of a tree, that is a nested list structure.
 

Uses of XConsumer in gnu.mapping
 

Classes in gnu.mapping that implement XConsumer
 class Values
          Encapsulate multiple values in a single object.
 class ValueStack
           
 

Uses of XConsumer in gnu.xml
 

Classes in gnu.xml that implement XConsumer
 class NodeTree
          Use to represent a Document or Document Fragment, in the XML DOM sense.
 class XMLFilter
          Fixup XML input events.
 class XMLPrinter
          Print an event stream in XML format on a PrintWriter.