|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.xml.ParsedXMLHandlerByte
public class ParsedXMLHandlerByte
Handle the output from XMLParser, or other byte-array-oriented XML source.
Constructor Summary | |
---|---|
ParsedXMLHandlerByte()
|
Method Summary | |
---|---|
void |
emitBeginAttribute(byte[] name,
int start,
int length)
Process an attribute, with the given attribute name. |
void |
emitBeginElement(byte[] name,
int start,
int length)
Process a start tag, with the given element name. |
void |
emitCDATA(byte[] text,
int start,
int length)
Process a CDATA section. |
void |
emitCharacterReference(int value,
byte[] name,
int start,
int length)
Process a character entity reference. |
void |
emitCharacters(byte[] text,
int start,
int length)
Process raw text. |
void |
emitComment(byte[] data,
int start,
int length)
Process a comment. |
void |
emitDoctypeDecl(byte[] buffer,
int target,
int tlength,
int data,
int dlength)
Process a DOCTYPE declaration. |
void |
emitEndAttributes()
Process the end of a start tag. |
void |
emitEndElement(byte[] name,
int start,
int length)
Process an end tag. |
void |
emitEntityReference(byte[] name,
int start,
int length)
Process an entity reference. |
void |
emitProcessingInstruction(byte[] buffer,
int target,
int tlength,
int data,
int dlength)
Process a processing incluction. |
void |
error(XMLParserByte parser,
java.lang.String message)
|
static void |
error(XMLParserByte parser,
java.lang.String message,
java.lang.StringBuffer sbuf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParsedXMLHandlerByte()
Method Detail |
---|
public void emitCharacters(byte[] text, int start, int length)
public void emitBeginElement(byte[] name, int start, int length)
public void emitBeginAttribute(byte[] name, int start, int length)
public void emitEndAttributes()
public void emitEndElement(byte[] name, int start, int length)
public void emitEntityReference(byte[] name, int start, int length)
public void emitCharacterReference(int value, byte[] name, int start, int length)
public void emitComment(byte[] data, int start, int length)
public void emitCDATA(byte[] text, int start, int length)
public void emitProcessingInstruction(byte[] buffer, int target, int tlength, int data, int dlength)
public void emitDoctypeDecl(byte[] buffer, int target, int tlength, int data, int dlength)
public void error(XMLParserByte parser, java.lang.String message)
public static void error(XMLParserByte parser, java.lang.String message, java.lang.StringBuffer sbuf)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |