API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text.html. HTMLEditorKit.ParserCallback View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      HTMLEditorKit.ParserCallback
Implements
Subclasses
Description
publicstatic class HTMLEditorKit.ParserCallback
  The result of parsing drives these callback methods.
See also:    DocumentParser
Constructors
public HTMLEditorKit.ParserCallback ()
Methods
Hide/Show inherited methods
public void flush () throws BadLocationException
public void handleComment (char[] data, int pos)
public void handleEndOfLineString (String eol)
  This is invoked after the stream has been parsed, but before flush.
public void handleEndTag (Tag t, int pos)
public void handleError (String errorMsg, int pos)
public void handleSimpleTag (Tag t, MutableAttributeSet a, int pos)
public void handleStartTag (Tag t, MutableAttributeSet a, int pos)
public void handleText (char[] data, int pos)
Fields
Hide/Show inherited fields
publicfinalstatic Object IMPLIED
  This is passed as an attribute in the attributeset to indicate the element is implied eg, the string '<>foo<\t>' contains an implied html element and an implied body element.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar