|
TinyLine 2.5 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface XMLHandler
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 |
|---|
void attributeName(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.
void attributeValue(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.
void charData(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.void endDocument()
void endElement()
void startDocument()
void startElement(char[] buf,
int offset,
int len)
buf - the input buffer.offset - the initial offset.len - the length.
|
TinyLine 2.5 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||