faust.sacha.web.util
Class HTMLParser

java.lang.Object
  |
  +--javax.swing.text.html.HTMLEditorKit.ParserCallback
        |
        +--faust.sacha.web.util.HTMLParser
Direct Known Subclasses:
HTMLFile

public class HTMLParser
extends javax.swing.text.html.HTMLEditorKit.ParserCallback


Field Summary
protected  java.io.Writer out
           
 
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED
 
Constructor Summary
HTMLParser()
           
HTMLParser(java.io.Writer out)
           
 
Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleComment, handleEndOfLineString, handleEndTag, handleError, handleSimpleTag, handleStartTag, handleText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

protected java.io.Writer out
Constructor Detail

HTMLParser

public HTMLParser()

HTMLParser

public HTMLParser(java.io.Writer out)