public class TextParserCallBack extends HTMLEditorKit.ParserCallback
IMPLIED| Constructor and Description |
|---|
TextParserCallBack(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
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, handleComment, handleEndOfLineString, handleErrorpublic TextParserCallBack(Writer writer)
public 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.