Uses of Interface
gnu.lists.XConsumer

Packages that use XConsumer
gnu.kawa.servlet   
gnu.kawa.xml   
gnu.lists   
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. 
gnu.xquery.util   
 

Uses of XConsumer in gnu.kawa.servlet
 

Classes in gnu.kawa.servlet that implement XConsumer
 class ServletPrinter
          A Consumer that sends output to an http-server's response stream.
 

Uses of XConsumer in gnu.kawa.xml
 

Classes in gnu.kawa.xml that implement XConsumer
 class HttpPrinter
          Output as an Http response.
 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 FilterConsumer
          A Consumer that wraps some other Consumer.
 class TreeList
          A compact representation of a tree, that is a nested list structure.
 class VoidConsumer
          A Consumer that does nothing.
 

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 NamedChildrenFilter
          A FilterConsumer that only passes through matching children.
 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.
 

Uses of XConsumer in gnu.xquery.util
 

Classes in gnu.xquery.util that implement XConsumer
 class OrderedTuples
          Helper class used in conjunction with OrderedMap.
 class RelativeStepFilter
          Used to filter the output of RelativeStep.