|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserListener
ParserListener defines the interface for an object that listens to parsing events in a Parser.
Method Summary | |
---|---|
void |
commentFound(ParserEvent e)
This tells the listener that a comment was parsed |
void |
doctypeFound(ParserEvent e)
This tells the listener that a DOCTYPE was parsed |
void |
errorFound(ParserEvent e)
This tells the listener that a error was parsed |
void |
piFound(ParserEvent e)
This tells the listener that a PI was parsed |
void |
tagFound(ParserEvent e)
This tells the listener that a Tag was parsed |
void |
textFound(ParserEvent e)
This tells the listener that a continous block of text was parsed |
Method Detail |
---|
void tagFound(ParserEvent e)
e
- The eventvoid piFound(ParserEvent e)
e
- The eventvoid doctypeFound(ParserEvent e)
e
- The eventvoid textFound(ParserEvent e)
e
- The eventvoid commentFound(ParserEvent e)
e
- The eventvoid errorFound(ParserEvent e)
e
- The event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |