gnu.xml
public class NamedChildrenFilter extends FilterConsumer
| Constructor Summary | |
|---|---|
| NamedChildrenFilter(String namespaceURI, String localName, Consumer out) | |
| Method Summary | |
|---|---|
| void | endDocument() |
| void | endElement() |
| static NamedChildrenFilter | make(String namespaceURI, String localName, Consumer out) |
| void | startDocument() |
| void | startElement(Object type) |
| void | writeObject(Object val) |