| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.sun.java.help.impl.Parser.ParserMulticasterConstructor Summary | |
| |
Method Summary | |
static ParserListener |
|
protected static EventListener |
|
void |
|
void |
|
void |
|
void |
|
protected EventListener |
|
static ParserListener |
|
protected static EventListener |
|
void |
|
void |
|
protected static EventListener addInternal(EventListener a,
EventListener b)public void commentFound(ParserEvent e)
This tells the listener that a comment was parsed
- Specified by:
- commentFound in interface ParserListener
- Parameters:
e- The event
public void doctypeFound(ParserEvent e)
This tells the listener that a DOCTYPE was parsed
- Specified by:
- doctypeFound in interface ParserListener
- Parameters:
e- The event
public void errorFound(ParserEvent e)
This tells the listener that a error was parsed
- Specified by:
- errorFound in interface ParserListener
- Parameters:
e- The event
public void piFound(ParserEvent e)
This tells the listener that a PI was parsed
- Specified by:
- piFound in interface ParserListener
- Parameters:
e- The event
protected EventListener remove(EventListener oldl)
protected static EventListener removeInternal(EventListener l,
EventListener oldl)public void tagFound(ParserEvent e)
This tells the listener that a Tag was parsed
- Specified by:
- tagFound in interface ParserListener
- Parameters:
e- The event
public void textFound(ParserEvent e)
This tells the listener that a continous block of text was parsed
- Specified by:
- textFound in interface ParserListener
- Parameters:
e- The event