|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The XML callbacks interface.
The interface is assumed to be synchronous and the input buffers are not copied.
| Method Summary | |
void |
attributeName(char[] buf,
int offset,
int len)
Called by XMLParser when the current lexical unit is an XML attribute name. |
void |
attributeValue(char[] buf,
int offset,
int len)
Called by XMLParser when the current lexical unit is an XML attribute value. |
void |
charData(char[] buf,
int offset,
int len)
Called by XMLParser when the current lexical unit is an XML char data. |
void |
endDocument()
Called by XMLParser when the current lexical unit is an XML document end element. |
void |
endElement()
Called by XMLParser when the current lexical unit is an XML end element. |
void |
startDocument()
Called by XMLParser when the current lexical unit is an XML document start element. |
void |
startElement(char[] buf,
int offset,
int len)
Called by XMLParser when the current lexical unit is an XML start element. |
| Method Detail |
public void startDocument()
public void endDocument()
public void startElement(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.public void endElement()
public void attributeName(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.
public void attributeValue(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.
public void charData(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.
|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||