gnu.lists
Interface XConsumer
- Consumer
- Nodes, NodeTree, SortedNodes, TreeList, Values, ValueStack, XMLPrinter
public interface XConsumer
A Consumer extended with XML-specific methods.
This should probably be in gnu.xml, but that complications TreeList. FIXME.
beginAttribute , beginDocument , beginGroup , endAttribute , endDocument , endGroup , ignoring , write , writeBoolean , writeChar , writeChars , writeDouble , writeFloat , writeInt , writeLong , writeObject |
writeBaseUri
public void writeBaseUri(Object uri)
Write/set the base-uri property of the current element or document.
Only allowed immediately following beginDocument, beginGroup,
or writeProcessingInstruction.
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)