Interface XConsumer
- All Superinterfaces:
Appendable, Consumer, Consumer<Object>, DoubleConsumer, IntConsumer, LongConsumer
- All Known Implementing Classes:
FilterConsumer, HttpPrinter, NamedChildrenFilter, NodeTree, OrderedTuples, PrintConsumer, RelativeStepFilter, ServletPrinter, TreeList, VoidConsumer, XMLFilter, XMLPrinter
A Consumer extended with XML-specific methods.
This should probably be in gnu.xml, but that complications TreeList. FIXME.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeginEntity(Object baseUri) voidvoidwriteCDATA(char[] chars, int offset, int length) voidwriteComment(char[] chars, int offset, int length) voidwriteProcessingInstruction(String target, char[] content, int offset, int length) Methods inherited from interface Consumer
accept, accept, accept, accept, append, append, append, endAttribute, endDocument, endElement, ignoring, startAttribute, startDocument, startElement, write, write, write, write, writeBoolean, writeDouble, writeFloat, writeInt, writeLong, writeObjectMethods inherited from interface DoubleConsumer
andThenMethods inherited from interface IntConsumer
andThenMethods inherited from interface LongConsumer
andThen
-
Method Details
-
writeComment
void writeComment(char[] chars, int offset, int length) -
writeProcessingInstruction
-
writeCDATA
void writeCDATA(char[] chars, int offset, int length) -
beginEntity
-
endEntity
void endEntity()
-