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 classServletPrinterA 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 classHttpPrinterOutput as an Http response. -
Uses of XConsumer in gnu.lists
Classes in gnu.lists that implement XConsumer Modifier and Type Class Description classFilterConsumerA Consumer that wraps some other Consumer.classPrintConsumerA Consumer that extends a PrintWriter.classTreeListA compact representation of a tree, that is a nested list structure.classVoidConsumerA Consumer that does nothing. -
Uses of XConsumer in gnu.xml
Classes in gnu.xml that implement XConsumer Modifier and Type Class Description classNamedChildrenFilterA FilterConsumer that only passes through matching children.classNodeTreeUse to represent a Document or Document Fragment, in the XML DOM sense.classXMLFilterFixup XML input events.classXMLPrinterPrint 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 classOrderedTuplesHelper class used in conjunction withOrderedMap.classRelativeStepFilterUsed to filter the output of RelativeStep.
-