|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementParser
This defines how to process specific xml elements from within a SAX parser.
| Method Summary | |
|---|---|
void |
characters(char[] chars,
int start,
int end)
Processes the character data between the start and end element tag |
void |
endElement()
The parser has completed parsing the element - it's reached the end-of-element tag |
void |
startElement(Attributes attributes)
Start paring the element |
| Method Detail |
|---|
void startElement(Attributes attributes)
attributes - The element's attributes
void endElement()
throws ConfigurationException
ConfigurationException - A generic parsinf failure
void characters(char[] chars,
int start,
int end)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||