gnu.lists

Interface XConsumer

public interface XConsumer extends Consumer

A Consumer extended with XML-specific methods. This should probably be in gnu.xml, but that complications TreeList. FIXME.
Method Summary
voidbeginEntity(Object baseUri)
voidendEntity()
voidwriteCDATA(char[] chars, int offset, int length)
voidwriteComment(char[] chars, int offset, int length)
voidwriteProcessingInstruction(String target, char[] content, int offset, int length)

Method Detail

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)