Uses of Interface gnu.lists.Consumer

Uses in package gnu.expr

Methods with parameter type gnu.lists.Consumer

void
Language.eval(Reader in, Consumer out)
Read expressions from a Reader and write the result to a Consumer.
void
Language.eval(String string, Consumer out)
Evaluate a string and write the result value(s) to a Consumer.
void
Symbols.print(String name, Consumer out)
void
void
void
void
void
ModuleBody.runCleanup(CallContext ctx, Throwable th, Consumer save)

Methods with return type gnu.lists.Consumer

Consumer

Uses in package gnu.jemacs.buffer

Methods with parameter type gnu.lists.Consumer

void
Buffer.consume(int start, int count, Consumer out)

Uses in package gnu.jemacs.lang

Methods with parameter type gnu.lists.Consumer

void
Print.write(int v, Consumer out)

Uses in package gnu.jemacs.swt

Methods with parameter type gnu.lists.Consumer

void
BufferContent.consume(int start, int count, Consumer out)

Uses in package gnu.kawa.brl

Methods with return type gnu.lists.Consumer

Consumer
BRL.getOutputConsumer(java.io.Writer out)

Uses in package gnu.kawa.functions

Methods with parameter type gnu.lists.Consumer

void
void
void
void

Uses in package gnu.kawa.sax

Classes implementing gnu.lists.Consumer

class
Forward Consumer events to a SAX2 ContentHandler.
class
An implementation of SAX2 XMLReader.

Uses in package gnu.kawa.servlet

Classes implementing gnu.lists.Consumer

class
A Consumer that sends output to a ServletResponse.

Uses in package gnu.kawa.xml

Classes implementing gnu.lists.Consumer

class
Output as an Http response.
class
Manages a sequence of node references.
class
Manages a sequence of node references in document order without duplicates.

Methods with parameter type gnu.lists.Consumer

void
Attributes.attributes(Object node, Consumer consumer)
void
Attributes.attributes(TreeList tlist, int index, Consumer consumer)
void
Children.children(Object node, Consumer consumer)
void
Children.children(TreeList tlist, int index, Consumer consumer)
void
void
MakeElement.endElement(Consumer out, Object type)
void
Document.parse(Object name, Consumer out)
void
void
void
XDataType.print(Object value, Consumer out)
void
MakeProcInst.procInst$C(Object target, Object content, Consumer out)
XMLFilter
void
void
MakeElement.startElement(Consumer out, Object qname, int copyNamespacesMode)
void
MakeElement.startElement(Consumer out, Object qname, int copyNamespacesMode, NamespaceBinding namespaceNodes)

Methods with return type gnu.lists.Consumer

Consumer
HttpPrinter.append(CharSequence csq)
Consumer
HttpPrinter.append(CharSequence csq, int start, int end)
Consumer
Nodes.append(CharSequence csq, int start, int end)

Uses in package gnu.kawa.xslt

Classes implementing gnu.lists.Consumer

class
Translate an XSLT stylesheet to a Kawa Expression tree.

Methods with return type gnu.lists.Consumer

Consumer
XslTranslator.append(String str)

Uses in package gnu.lists

Classes implementing gnu.lists.Consumer

class
A Consumer that wraps some other Consumer.
class
A Consumer that extends a PrintWriter.
class
A compact representation of a tree, that is a nested list structure.
class
A Consumer that does nothing.

Constructors with parameter type gnu.lists.Consumer

PrintConsumer.PrintConsumer(Consumer out, boolean autoFlush)

Fields of type gnu.lists.Consumer

Consumer
Consumer

Methods with parameter type gnu.lists.Consumer

void
void
void
void
void
void
void
CharBuffer.consume(int start, int count, Consumer dest)
void
CharSeq.consume(int start, int count, Consumer out)
void
SimpleVector.consume(int start, int length, Consumer out)
void
SubCharSeq.consume(int start, int count, Consumer out)
int
TreeList.consumeIRange(int startPosition, int endPosition, Consumer out)
boolean
Copy an element specified by a position pair to a Consumer.
boolean
BitVector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
F32Vector.consumeNext(int ipos, Consumer out)
boolean
F64Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
FString.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
FVector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
S16Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
S32Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
S64Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
S8Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
Copy an element specified by a position pair to a Consumer.
boolean
TreeList.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
U16Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
U32Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
U64Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
boolean
U8Vector.consumeNext(int ipos, Consumer out)
Copy an element specified by a position pair to a Consumer.
void
AbstractSequence.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
BitVector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
F32Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
F64Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
FString.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
FVector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
GapVector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
GeneralArray1.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
S16Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
S32Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
S64Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
S8Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
SimpleVector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
StableVector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
TreeList.consumePosRange(int startPos, int endPos, Consumer out)
void
U16Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
U32Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
U64Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
U8Vector.consumePosRange(int iposStart, int iposEnd, Consumer out)
void
void
void
AbstractFormat.format(Object value, Consumer out)
void
AbstractFormat.startAttribute(Object attrType, Consumer out)
void
void
AbstractFormat.write(String str, Consumer out)
void
void
void
Write an int.
void
Write a long.
void

Methods with return type gnu.lists.Consumer

Consumer
TreeList.append(CharSequence csq)
Consumer
TreeList.append(CharSequence csq, int start, int end)
Consumer
TreeList.append(char c)

Uses in package gnu.mapping

Classes implementing gnu.lists.Consumer

class
Similar to CharArrayWriter.
class
An extended PrintWriter.
class
Encapsulate multiple values in a single object.
class

Fields of type gnu.lists.Consumer

Consumer
Function results are written to this Consumer.

Methods with parameter type gnu.lists.Consumer

void
void
void
void
Run until no more continuations, sending result to a COnsumer.
void
void
CharArrayOutPort.writeTo(int start, int count, Consumer out)
void
Values.writeValues(Object value, Consumer out)

Uses in package gnu.q2.lang

Methods with return type gnu.lists.Consumer

Consumer
Q2.getOutputConsumer(java.io.Writer out)

Uses in package gnu.text

Methods with parameter type gnu.lists.Consumer

void
ReportFormat.print(Object value, Consumer out)
void
void
void
Char.print(int i, Consumer out)
void
void
void
void

Uses in package gnu.xml

Classes implementing gnu.lists.Consumer

class
A FilterConsumer that only passes through matching children.
class
Use to represent a Document or Document Fragment, in the XML DOM sense.
class
Fixup XML input events.
class
Print an event stream in XML format on a PrintWriter.

Constructors with parameter type gnu.lists.Consumer

NamedChildrenFilter.NamedChildrenFilter(String namespaceURI, String localName, Consumer out)

Fields of type gnu.lists.Consumer

Consumer
The specified target Consumer that accepts the output.

Methods with parameter type gnu.lists.Consumer

NamedChildrenFilter
NamedChildrenFilter.make(String namespaceURI, String localName, Consumer out)
void
XMLParser.parse(InputStream strm, Object uri, SourceMessages messages, Consumer out)
void
XMLParser.parse(Object uri, SourceMessages messages, Consumer out)
void
void
TextUtils.textValue(Object arg, Consumer out)

Uses in package gnu.xquery.lang

Methods with parameter type gnu.lists.Consumer

void
XQuery.applyWithFocus(Procedure proc, Object values, Consumer out)
Call a procedure with each item in a sequence as the context item.
void
XQuery.applyWithFocus(Procedure proc, Object item, int position, int size, Consumer out)
Call a procedure with a given focus (context).
void
XQuery.evalWithFocus(Reader in, SourceMessages messages, Object values, Consumer out)
Evaluate an expression with each item in a sequence as the context item.
void
XQuery.evalWithFocus(Reader in, SourceMessages messages, Object item, int position, int size, Consumer out)
Evaluate an expression with a given focus (context).

Methods with return type gnu.lists.Consumer

Consumer
XQuery.getOutputConsumer(java.io.Writer out)

Uses in package gnu.xquery.util

Classes implementing gnu.lists.Consumer

class
Helper class used in conjunction with OrderedMap.
class
Used to filter the output of RelativeStep.

Constructors with parameter type gnu.lists.Consumer

Methods with parameter type gnu.lists.Consumer

void
void
void
SubList.subList(Object seq, double start, double end, Consumer out)

Uses in package kawa

Methods with parameter type gnu.lists.Consumer

void
Shell.run(Language language, Environment env, InPort inp, Consumer out, OutPort perr, java.net.URL url)

Methods with return type gnu.lists.Consumer

Consumer
Return a Consumer that formats using the appropriate format.

Uses in package kawa.lang

Methods with parameter type gnu.lists.Consumer

void
void
void
void
void
void
void
void
void
void
void
void