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 void
Language. 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 void
SVGUtils. 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 class
ServletPrinter
A 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 class
HttpPrinter
Output as an Http response.Methods in gnu.kawa.xml with parameters of type PrintConsumer Modifier and Type Method Description static HttpPrinter
HttpPrinter. 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 PrintConsumer
PrintConsumer. append(char c)
PrintConsumer
PrintConsumer. append(CharSequence csq)
PrintConsumer
PrintConsumer. append(CharSequence csq, int start, int end)
-
Uses of PrintConsumer in gnu.xml
Subclasses of PrintConsumer in gnu.xml Modifier and Type Class Description class
XMLPrinter
Print an event stream in XML format on a PrintWriter.Constructors in gnu.xml with parameters of type PrintConsumer Constructor Description XMLPrinter(PrintConsumer out)
-