com.clickntap.tool.html
Class TextParserCallBack
java.lang.Object
javax.swing.text.html.HTMLEditorKit.ParserCallback
com.clickntap.tool.html.TextParserCallBack
public class TextParserCallBack
- extends HTMLEditorKit.ParserCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextParserCallBack
public TextParserCallBack(Writer writer)
handleStartTag
public void handleStartTag(HTML.Tag tag,
MutableAttributeSet attributeSet,
int index)
- Overrides:
handleStartTag in class HTMLEditorKit.ParserCallback
handleEndTag
public void handleEndTag(HTML.Tag tag,
int index)
- Overrides:
handleEndTag in class HTMLEditorKit.ParserCallback
handleText
public void handleText(char[] text,
int index)
- Overrides:
handleText in class HTMLEditorKit.ParserCallback
handleSimpleTag
public void handleSimpleTag(HTML.Tag tag,
MutableAttributeSet attributeSet,
int index)
- Overrides:
handleSimpleTag in class HTMLEditorKit.ParserCallback
Copyright © 2014. All rights reserved.