|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagHandler
A simple element-level event handler for events triggered by the SAX-driven DocumentHandler parser.
Method Summary | |
---|---|
TagHandler |
childElement(String localName,
Attributes attributes)
Called when a child element of the current element is parsed. |
void |
complete(String textContent)
Called when this element, and all child elements, have been fully parsed, and the entire text content of this element (if any) is available. |
Method Detail |
---|
TagHandler childElement(String localName, Attributes attributes) throws SAXException
localName
- The local name of the child element seen.attributes
- The attributes of the child element seen.
SAXException
- If the child element being parsed was not expected,
or some other error prevents a proper TagHandler
from being constructed for the child element.void complete(String textContent) throws SAXException
textContent
- The full text content of this element, if any.
SAXException
- If the text content received is not valid for any
reason, or the child elements parsed are not
correct.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |