public class HTMLParserCallBack extends HTMLEditorKit.ParserCallback
IMPLIED| Constructor and Description |
|---|
HTMLParserCallBack(Writer writer,
HTMLFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleComment(char[] comment,
int index) |
void |
handleEndTag(HTML.Tag tag,
int index) |
void |
handleSimpleTag(HTML.Tag tag,
MutableAttributeSet attributeSet,
int index) |
void |
handleStartTag(HTML.Tag tag,
MutableAttributeSet attributeSet,
int index) |
void |
handleText(char[] text,
int index) |
flush, handleEndOfLineString, handleErrorpublic HTMLParserCallBack(Writer writer, HTMLFilter filter)
public void handleComment(char[] comment,
int index)
handleComment in class HTMLEditorKit.ParserCallbackpublic void handleStartTag(HTML.Tag tag, MutableAttributeSet attributeSet, int index)
handleStartTag in class HTMLEditorKit.ParserCallbackpublic void handleEndTag(HTML.Tag tag, int index)
handleEndTag in class HTMLEditorKit.ParserCallbackpublic void handleText(char[] text,
int index)
handleText in class HTMLEditorKit.ParserCallbackpublic void handleSimpleTag(HTML.Tag tag, MutableAttributeSet attributeSet, int index)
handleSimpleTag in class HTMLEditorKit.ParserCallbackCopyright © 2015. All rights reserved.