Package com.sun.java.help.impl
Class Parser.ParserMulticaster
java.lang.Object
com.sun.java.help.impl.Parser.ParserMulticaster
- All Implemented Interfaces:
ParserListener
,EventListener
- Enclosing class:
- Parser
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ParserMulticaster
(EventListener newA, EventListener newB) -
Method Summary
Modifier and TypeMethodDescriptionstatic ParserListener
add
(ParserListener a, ParserListener b) protected static EventListener
void
This tells the listener that a comment was parsedvoid
This tells the listener that a DOCTYPE was parsedvoid
This tells the listener that a error was parsedvoid
This tells the listener that a PI was parsedstatic ParserListener
remove
(ParserListener l, ParserListener oldl) protected EventListener
remove
(EventListener oldl) protected static EventListener
removeInternal
(EventListener l, EventListener oldl) void
This tells the listener that a Tag was parsedvoid
This tells the listener that a continous block of text was parsed
-
Field Details
-
a
-
b
-
-
Constructor Details
-
ParserMulticaster
-
-
Method Details
-
remove
-
addInternal
-
removeInternal
-
tagFound
Description copied from interface:ParserListener
This tells the listener that a Tag was parsed- Specified by:
tagFound
in interfaceParserListener
- Parameters:
e
- The event
-
piFound
Description copied from interface:ParserListener
This tells the listener that a PI was parsed- Specified by:
piFound
in interfaceParserListener
- Parameters:
e
- The event
-
doctypeFound
Description copied from interface:ParserListener
This tells the listener that a DOCTYPE was parsed- Specified by:
doctypeFound
in interfaceParserListener
- Parameters:
e
- The event
-
textFound
Description copied from interface:ParserListener
This tells the listener that a continous block of text was parsed- Specified by:
textFound
in interfaceParserListener
- Parameters:
e
- The event
-
commentFound
Description copied from interface:ParserListener
This tells the listener that a comment was parsed- Specified by:
commentFound
in interfaceParserListener
- Parameters:
e
- The event
-
errorFound
Description copied from interface:ParserListener
This tells the listener that a error was parsed- Specified by:
errorFound
in interfaceParserListener
- Parameters:
e
- The event
-
add
-
remove
-