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 TypeMethodDescriptionvoidParser.ParserMulticaster.commentFound(ParserEvent e) voidParserListener.commentFound(ParserEvent e) This tells the listener that a comment was parsedvoidParser.ParserMulticaster.doctypeFound(ParserEvent e) voidParserListener.doctypeFound(ParserEvent e) This tells the listener that a DOCTYPE was parsedvoidParser.ParserMulticaster.errorFound(ParserEvent e) voidParserListener.errorFound(ParserEvent e) This tells the listener that a error was parsedvoidParser.ParserMulticaster.piFound(ParserEvent e) voidParserListener.piFound(ParserEvent e) This tells the listener that a PI was parsedvoidParser.ParserMulticaster.tagFound(ParserEvent e) voidParserListener.tagFound(ParserEvent e) This tells the listener that a Tag was parsedvoidParser.ParserMulticaster.textFound(ParserEvent e) voidParserListener.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 TypeMethodDescriptionvoidFlatMap.FlatMapResourceBundle.commentFound(ParserEvent e) voidFlatMap.FlatMapResourceBundle.doctypeFound(ParserEvent e) A DOCTYPE was parsed.voidFlatMap.FlatMapResourceBundle.errorFound(ParserEvent e) voidFlatMap.FlatMapResourceBundle.piFound(ParserEvent e) A PI was parsed.voidFlatMap.FlatMapResourceBundle.tagFound(ParserEvent e) A tag was parsed.voidFlatMap.FlatMapResourceBundle.textFound(ParserEvent e) A continous block of text was parsed.