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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Parser.ParserMulticaster.commentFound(ParserEvent e) |
|
void |
ParserListener.commentFound(ParserEvent e) |
This tells the listener that a comment was parsed
|
void |
Parser.ParserMulticaster.doctypeFound(ParserEvent e) |
|
void |
ParserListener.doctypeFound(ParserEvent e) |
This tells the listener that a DOCTYPE was parsed
|
void |
Parser.ParserMulticaster.errorFound(ParserEvent e) |
|
void |
ParserListener.errorFound(ParserEvent e) |
This tells the listener that a error was parsed
|
void |
Parser.ParserMulticaster.piFound(ParserEvent e) |
|
void |
ParserListener.piFound(ParserEvent e) |
This tells the listener that a PI was parsed
|
void |
Parser.ParserMulticaster.tagFound(ParserEvent e) |
|
void |
ParserListener.tagFound(ParserEvent e) |
This tells the listener that a Tag was parsed
|
void |
Parser.ParserMulticaster.textFound(ParserEvent e) |
|
void |
ParserListener.textFound(ParserEvent e) |
This tells the listener that a continous block of text was parsed
|
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.
|