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 void
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 ParserEvent Modifier and Type Method Description void
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.
-