Uses of Class
com.sun.java.help.impl.ParserEvent
-
Packages that use ParserEvent Package Description com.sun.java.help.impl Implementation classes for JavaHelp.javax.help 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 ParserEvent Modifier and Type Method Description voidParser.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 ParserEvent Modifier and Type Method Description voidFlatMap.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.
-