org.opentox.pol
Class Html2Text

Package class diagram package Html2Text
java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.ParserCallback
      extended by org.opentox.pol.Html2Text

public class Html2Text
extends HTMLEditorKit.ParserCallback


Field Summary
 
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED
 
Constructor Summary
Html2Text()
           
 
Method Summary
 String getText()
           
 void handleText(char[] text, int pos)
           
 void parse(Reader in)
           
 
Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleComment, handleEndOfLineString, handleEndTag, handleError, handleSimpleTag, handleStartTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Html2Text

public Html2Text()
Method Detail

parse

public void parse(Reader in)
           throws IOException
Throws:
IOException

handleText

public void handleText(char[] text,
                       int pos)
Overrides:
handleText in class HTMLEditorKit.ParserCallback

getText

public String getText()


Copyright © 2010-2011 OpenTox project. All Rights Reserved.