Uses of Class
com.sun.java.help.impl.ParserEvent
Packages that use ParserEvent
Package
Description
Implementation classes for JavaHelp.
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of ParserEvent in com.sun.java.help.impl
Methods in com.sun.java.help.impl with parameters of type ParserEventModifier and TypeMethodDescriptionvoid
Parser.ParserMulticaster.commentFound
(ParserEvent e) void
ParserListener.commentFound
(ParserEvent e) This tells the listener that a comment was parsedvoid
Parser.ParserMulticaster.doctypeFound
(ParserEvent e) void
ParserListener.doctypeFound
(ParserEvent e) This tells the listener that a DOCTYPE was parsedvoid
Parser.ParserMulticaster.errorFound
(ParserEvent e) void
ParserListener.errorFound
(ParserEvent e) This tells the listener that a error was parsedvoid
Parser.ParserMulticaster.piFound
(ParserEvent e) void
ParserListener.piFound
(ParserEvent e) This tells the listener that a PI was parsedvoid
Parser.ParserMulticaster.tagFound
(ParserEvent e) void
ParserListener.tagFound
(ParserEvent e) This tells the listener that a Tag was parsedvoid
Parser.ParserMulticaster.textFound
(ParserEvent e) void
ParserListener.textFound
(ParserEvent e) This tells the listener that a continous block of text was parsed -
Uses of ParserEvent in javax.help
Methods in javax.help with parameters of type ParserEventModifier and TypeMethodDescriptionvoid
FlatMap.FlatMapResourceBundle.commentFound
(ParserEvent e) void
FlatMap.FlatMapResourceBundle.doctypeFound
(ParserEvent e) A DOCTYPE was parsed.void
FlatMap.FlatMapResourceBundle.errorFound
(ParserEvent e) void
FlatMap.FlatMapResourceBundle.piFound
(ParserEvent e) A PI was parsed.void
FlatMap.FlatMapResourceBundle.tagFound
(ParserEvent e) A tag was parsed.void
FlatMap.FlatMapResourceBundle.textFound
(ParserEvent e) A continous block of text was parsed.