Uses of Class
gnu.lists.PrintConsumer
-
Packages that use PrintConsumer Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages.gnu.kawa.models gnu.kawa.servlet gnu.kawa.xml gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.xml -
-
Uses of PrintConsumer in gnu.expr
Methods in gnu.expr with parameters of type PrintConsumer Modifier and Type Method Description voidLanguage. eval(String string, PrintConsumer out)Evaluate a string and write the result value(s) to a PrintConsumer. -
Uses of PrintConsumer in gnu.kawa.models
Methods in gnu.kawa.models with parameters of type PrintConsumer Modifier and Type Method Description static voidSVGUtils. toSVG(Picture p, PrintConsumer out, boolean headers) -
Uses of PrintConsumer in gnu.kawa.servlet
Subclasses of PrintConsumer in gnu.kawa.servlet Modifier and Type Class Description classServletPrinterA Consumer that sends output to an http-server's response stream. -
Uses of PrintConsumer in gnu.kawa.xml
Subclasses of PrintConsumer in gnu.kawa.xml Modifier and Type Class Description classHttpPrinterOutput as an Http response.Methods in gnu.kawa.xml with parameters of type PrintConsumer Modifier and Type Method Description static HttpPrinterHttpPrinter. make(PrintConsumer out)Constructors in gnu.kawa.xml with parameters of type PrintConsumer Constructor Description HttpPrinter(PrintConsumer out) -
Uses of PrintConsumer in gnu.lists
Methods in gnu.lists that return PrintConsumer Modifier and Type Method Description PrintConsumerPrintConsumer. append(char c)PrintConsumerPrintConsumer. append(CharSequence csq)PrintConsumerPrintConsumer. append(CharSequence csq, int start, int end) -
Uses of PrintConsumer in gnu.xml
Subclasses of PrintConsumer in gnu.xml Modifier and Type Class Description classXMLPrinterPrint an event stream in XML format on a PrintWriter.Constructors in gnu.xml with parameters of type PrintConsumer Constructor Description XMLPrinter(PrintConsumer out)
-