Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.text.html
Class HTMLEditorKit.Parser  view HTMLEditorKit.Parser download HTMLEditorKit.Parser.java

java.lang.Object
  extended byjavax.swing.text.html.HTMLEditorKit.Parser
Enclosing class:
HTMLEditorKit

public abstract static class HTMLEditorKit.Parser
extends java.lang.Object

The abstract HTML parser declaration.


Constructor Summary
HTMLEditorKit.Parser()
           
 
Method Summary
abstract  void parse(java.io.Reader reader, HTMLEditorKit.ParserCallback callback, boolean ignoreCharSet)
          Parse the HTML text, calling various methods of the provided callback in response to the occurence of the corresponding HTML constructions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLEditorKit.Parser

public HTMLEditorKit.Parser()
Method Detail

parse

public abstract void parse(java.io.Reader reader,
                           HTMLEditorKit.ParserCallback callback,
                           boolean ignoreCharSet)
                    throws java.io.IOException
Parse the HTML text, calling various methods of the provided callback in response to the occurence of the corresponding HTML constructions.