|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Handler
Method Summary | |
---|---|
void |
begin(SimpleParser.Element e)
Will be called, when a start element is being encountered by the sax parser |
void |
character(java.lang.String chars)
Will be called, when a text node is being encountered by the sax parser |
void |
end(SimpleParser.Element name)
will be called whenever an end element is being encountered by the sax parser |
java.lang.String |
print()
prints the generated tree |
Method Detail |
---|
void character(java.lang.String chars)
ch
- start
- length
- void begin(SimpleParser.Element e)
e
- void end(SimpleParser.Element name)
name
- java.lang.String print()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |