| java.lang.Object gnu.kawa.sax.ContentConsumer
All known Subclasses: gnu.kawa.sax.KawaXMLReader,
ContentConsumer | public class ContentConsumer implements Consumer(Code) | | Forward Consumer events to a SAX2 ContentHandler.
|
attrQNameattrURIattrLocalName | String attrQNameattrURIattrLocalName(Code) | | |
chBuffer | char[] chBuffer(Code) | | |
inStartTag | int inStartTag(Code) | | 1 if in start-tag, 2 if in attribute value, 0 otherwise.
|
nesting | int nesting(Code) | | Current nesting of elements.
|
ContentConsumer | public ContentConsumer()(Code) | | |
endAttribute | public void endAttribute()(Code) | | |
endDocument | public void endDocument()(Code) | | |
endElement | public void endElement()(Code) | | |
endStartTag | public void endStartTag()(Code) | | |
finalize | public void finalize()(Code) | | |
flushStrBuffer | void flushStrBuffer()(Code) | | |
ignoring | public boolean ignoring()(Code) | | |
startAttribute | public void startAttribute(Object attrType)(Code) | | |
startDocument | public void startDocument()(Code) | | |
write | public void write(char[] buf, int off, int len)(Code) | | |
write | public void write(int v)(Code) | | |
writeBoolean | public void writeBoolean(boolean v)(Code) | | |
writeDouble | public void writeDouble(double v)(Code) | | |
writeFloat | public void writeFloat(float v)(Code) | | |
writeInt | public void writeInt(int v)(Code) | | |
writeLong | public void writeLong(long v)(Code) | | |
|
|