gnu.lists
Class VoidConsumer
- Consumer
public class VoidConsumer
A Consumer that does nothing.
beginAttribute, beginDocument, beginGroup, endAttribute, endDocument, endGroup, ignoring, write, writeBoolean, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeObject |
VoidConsumer
public VoidConsumer()
ignoring
public boolean ignoring()
True if consumer is ignoring rest of group.
The producer can use this information to skip ahead.
- ignoring in interface Consumer
- ignoring in interface FilterConsumer