gnu.lists
Interface XConsumer
- Consumer
- Nodes, NodeTree, SortedNodes, TreeList, Values, ValueStack, XMLFilter, XMLPrinter
public interface XConsumer
A Consumer extended with XML-specific methods.
This should probably be in gnu.xml, but that complications TreeList. FIXME.
endAttribute , endDocument , endElement , ignoring , startAttribute , startDocument , startElement , write , write , write , write , writeBoolean , writeDouble , writeFloat , writeInt , writeLong , writeObject |
beginEntity
public void beginEntity(Object baseUri)
endEntity
public void endEntity()
writeCDATA
public void writeCDATA(char[] chars,
int offset,
int length)
writeComment
public void writeComment(char[] chars,
int offset,
int length)
writeProcessingInstruction
public void writeProcessingInstruction(String target,
char[] content,
int offset,
int length)