gnu.lists
Class VoidConsumer
- Consumer
public class VoidConsumer
A Consumer that does nothing.
beforeContent, endAttribute, endDocument, endElement, ignoring, startAttribute, startDocument, startElement, write, write, write, write, writeBoolean, writeDouble, writeFloat, writeInt, writeLong, writeObject |
VoidConsumer
public VoidConsumer()
ignoring
public boolean ignoring()
True if consumer is ignoring rest of element.
The producer can use this information to skip ahead.
- ignoring in interface Consumer
- ignoring in interface FilterConsumer