Uses of Interface
gnu.lists.XConsumer
-
Packages that use XConsumer Package Description gnu.kawa.servlet gnu.kawa.xml gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.xml gnu.xquery.util -
-
Uses of XConsumer in gnu.kawa.servlet
Classes in gnu.kawa.servlet that implement XConsumer Modifier and Type Class Description 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 Modifier and Type Class Description class
HttpPrinter
Output as an Http response. -
Uses of XConsumer in gnu.lists
Classes in gnu.lists that implement XConsumer Modifier and Type Class Description class
FilterConsumer
A Consumer that wraps some other Consumer.class
PrintConsumer
A Consumer that extends a PrintWriter.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.xml
Classes in gnu.xml that implement XConsumer Modifier and Type Class Description 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 Modifier and Type Class Description class
OrderedTuples
Helper class used in conjunction withOrderedMap
.class
RelativeStepFilter
Used to filter the output of RelativeStep.
-