|
||||||||||
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(org.xml.sax.Attributes attributes)
Start paring the element |
Method Detail |
---|
void startElement(org.xml.sax.Attributes attributes)
attributes
- The element's attributesvoid endElement() throws ConfigurationException
ConfigurationException
- A generic parsinf failurevoid characters(char[] chars, int start, int end)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |