com.clickntap.tool.html
Class HTMLParserCallBack
java.lang.Object
javax.swing.text.html.HTMLEditorKit.ParserCallback
com.clickntap.tool.html.HTMLParserCallBack
public class HTMLParserCallBack
- extends HTMLEditorKit.ParserCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLParserCallBack
public HTMLParserCallBack(Writer writer,
HTMLFilter filter)
handleComment
public void handleComment(char[] comment,
int index)
- Overrides:
handleComment in class HTMLEditorKit.ParserCallback
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.