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

Diff of /classpath/javax/swing/text/html/HTMLEditorKit.java

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

revision 1.3 by mark, Sat Jul 2 20:32:51 2005 UTC revision 1.4 by trebligd, Fri Jul 22 08:18:36 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.swing.text.html;  package javax.swing.text.html;
40    
41    import java.io.IOException;
42  import java.io.Reader;  import java.io.Reader;
43  import java.io.Serializable;  import java.io.Serializable;
44    
# Line 75  public class HTMLEditorKit Line 76  public class HTMLEditorKit
76      public abstract void parse(Reader reader, ParserCallback callback,      public abstract void parse(Reader reader, ParserCallback callback,
77                                 boolean ignoreCharSet                                 boolean ignoreCharSet
78                                )                                )
79                          throws java.io.IOException;                          throws IOException;
80    }    }
81    
82    /**    /**
# Line 123  public class HTMLEditorKit Line 124  public class HTMLEditorKit
124       * The method is called when the HTML closing tag ((like </table>)       * The method is called when the HTML closing tag ((like </table>)
125       * is found or if the parser concludes that the one should be present       * is found or if the parser concludes that the one should be present
126       * in the current position.       * in the current position.
127       * @param The tag being handled       * @param tag The tag being handled
128       * @position the tag position in the text being parsed.       * @param position the tag position in the text being parsed.
129       */       */
130      public void handleEndTag(HTML.Tag tag, int position)      public void handleEndTag(HTML.Tag tag, int position)
131      {      {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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