gnu.lists
public class FilterConsumer extends Object implements Consumer
| Field Summary | |
|---|---|
| protected Object | attributeType The 'attribute type' from the most recent startAttribute. |
| protected Consumer | base |
| protected boolean | inAttribute We seen a startAttribute but not the closing endAttribute. |
| protected boolean | skipping |
| Constructor Summary | |
|---|---|
| FilterConsumer(Consumer base) | |
| Method Summary | |
|---|---|
| protected void | beforeContent() |
| void | endAttribute() |
| void | endDocument() |
| void | endElement() |
| boolean | ignoring() |
| void | startAttribute(Object attrType) |
| void | startDocument() |
| void | startElement(Object type) |
| void | write(int v) |
| void | write(char[] buf, int off, int len) |
| void | write(String str) |
| void | write(CharSequence str, int start, int length) |
| void | writeBoolean(boolean v) |
| void | writeDouble(double v) |
| void | writeFloat(float v) |
| void | writeInt(int v) |
| void | writeLong(long v) |
| void | writeObject(Object v) |