com.clickntap.tool.html
Class HTMLParserDelegator

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.Parser
      extended by javax.swing.text.html.parser.ParserDelegator
          extended by com.clickntap.tool.html.HTMLParserDelegator
All Implemented Interfaces:
Serializable

public class HTMLParserDelegator
extends ParserDelegator

See Also:
Serialized Form

Constructor Summary
HTMLParserDelegator()
           
 
Method Summary
 void parse(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet)
           
 
Methods inherited from class javax.swing.text.html.parser.ParserDelegator
createDTD, setDefaultDTD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLParserDelegator

public HTMLParserDelegator()
Method Detail

parse

public void parse(Reader r,
                  HTMLEditorKit.ParserCallback cb,
                  boolean ignoreCharSet)
           throws IOException
Overrides:
parse in class ParserDelegator
Throws:
IOException


Copyright © 2014. All rights reserved.