/[classpath]/classpath/javax/swing/text/html/parser/ParserDelegator.java
ViewVC logotype

Diff of /classpath/javax/swing/text/html/parser/ParserDelegator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by audriusa, Tue Jul 12 07:15:41 2005 UTC revision 1.8 by trebligd, Wed Jul 27 08:09:37 2005 UTC
# Line 143  public class ParserDelegator Line 143  public class ParserDelegator
143     * Parses the HTML document, calling methods of the provided     * Parses the HTML document, calling methods of the provided
144     * callback. This method must be multithread - safe.     * callback. This method must be multithread - safe.
145     * @param reader The reader to read the HTML document from     * @param reader The reader to read the HTML document from
146     * @param callback The callback that is notifyed about the presence     * @param a_callback The callback that is notifyed about the presence
147     * of HTML elements in the document.     * of HTML elements in the document.
148     * @param ignoreCharSet If thrue, any charset changes during parsing     * @param ignoreCharSet If thrue, any charset changes during parsing
149     * are ignored.     * are ignored.
# Line 191  public class ParserDelegator Line 191  public class ParserDelegator
191     * all subsequent calls to the parse(...) . If you need to specify     * all subsequent calls to the parse(...) . If you need to specify
192     * your DTD locally, simply {@link javax.swing.text.html.parser.Parser}     * your DTD locally, simply {@link javax.swing.text.html.parser.Parser}
193     * instead.     * instead.
194     * @param dtd The DTD that will be used to parse documents by this class.     * @param a_dtd The DTD that will be used to parse documents by this class.
195     * @param name The name of this DTD.     * @param name The name of this DTD.
196     * @return No standard is specified on which instance of DTD must be     * @return No standard is specified on which instance of DTD must be
197     * returned by this method, and it is recommended to leave the returned     * returned by this method, and it is recommended to leave the returned

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26