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
ConstructorsModifierConstructorDescriptionprotectedParserMulticaster(EventListener newA, EventListener newB) -
Method Summary
Modifier and TypeMethodDescriptionstatic ParserListeneradd(ParserListener a, ParserListener b) protected static EventListenervoidThis tells the listener that a comment was parsedvoidThis tells the listener that a DOCTYPE was parsedvoidThis tells the listener that a error was parsedvoidThis tells the listener that a PI was parsedstatic ParserListenerremove(ParserListener l, ParserListener oldl) protected EventListenerremove(EventListener oldl) protected static EventListenerremoveInternal(EventListener l, EventListener oldl) voidThis tells the listener that a Tag was parsedvoidThis 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:ParserListenerThis tells the listener that a Tag was parsed- Specified by:
tagFoundin interfaceParserListener- Parameters:
e- The event
-
piFound
Description copied from interface:ParserListenerThis tells the listener that a PI was parsed- Specified by:
piFoundin interfaceParserListener- Parameters:
e- The event
-
doctypeFound
Description copied from interface:ParserListenerThis tells the listener that a DOCTYPE was parsed- Specified by:
doctypeFoundin interfaceParserListener- Parameters:
e- The event
-
textFound
Description copied from interface:ParserListenerThis tells the listener that a continous block of text was parsed- Specified by:
textFoundin interfaceParserListener- Parameters:
e- The event
-
commentFound
Description copied from interface:ParserListenerThis tells the listener that a comment was parsed- Specified by:
commentFoundin interfaceParserListener- Parameters:
e- The event
-
errorFound
Description copied from interface:ParserListenerThis tells the listener that a error was parsed- Specified by:
errorFoundin interfaceParserListener- Parameters:
e- The event
-
add
-
remove
-