com.sun.java.help.impl
Interface ParserListener
- java.util.EventListener
- FlatMap.FlatMapResourceBundle, Parser.ParserMulticaster
public interface ParserListener
extends java.util.EventListener
ParserListener defines the interface for an object that listens to
parsing events in a Parser.
commentFound
public void commentFound(ParserEvent e)
This tells the listener that a comment was parsed
doctypeFound
public void doctypeFound(ParserEvent e)
This tells the listener that a DOCTYPE was parsed
errorFound
public void errorFound(ParserEvent e)
This tells the listener that a error was parsed
piFound
public void piFound(ParserEvent e)
This tells the listener that a PI was parsed
tagFound
public void tagFound(ParserEvent e)
This tells the listener that a Tag was parsed
textFound
public void textFound(ParserEvent e)
This tells the listener that a continous block of text was parsed