com.clickntap.tool.html
Class HTMLParserCallBack

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.ParserCallback
      extended by com.clickntap.tool.html.HTMLParserCallBack

public class HTMLParserCallBack
extends HTMLEditorKit.ParserCallback


Field Summary
 
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED
 
Constructor Summary
HTMLParserCallBack(Writer writer, HTMLFilter filter)
           
 
Method Summary
 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)
           
 
Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleEndOfLineString, handleError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLParserCallBack

public HTMLParserCallBack(Writer writer,
                          HTMLFilter filter)
Method Detail

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.