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

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

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

revision 1.1.2.4 by gnu_andrew, Tue Aug 2 20:12:39 2005 UTC revision 1.1.2.5 by gnu_andrew, Wed Nov 2 00:44:05 2005 UTC
# Line 256  public class Parser Line 256  public class Parser
256     */     */
257    protected void endTag(boolean omitted)    protected void endTag(boolean omitted)
258    {    {
259        // This default implementation does nothing.
260    }    }
261    
262    /**    /**
# Line 310  public class Parser Line 311  public class Parser
311     */     */
312    protected void handleComment(char[] comment)    protected void handleComment(char[] comment)
313    {    {
314        // This default implementation does nothing.
315    }    }
316    
317    /**    /**
# Line 333  public class Parser Line 335  public class Parser
335    protected void handleEmptyTag(TagElement tag)    protected void handleEmptyTag(TagElement tag)
336      throws ChangedCharSetException      throws ChangedCharSetException
337    {    {
338        // This default implementation does nothing.
339    }    }
340    
341    /**    /**
# Line 343  public class Parser Line 346  public class Parser
346     */     */
347    protected void handleEndTag(TagElement tag)    protected void handleEndTag(TagElement tag)
348    {    {
349        // This default implementation does nothing.
350    }    }
351    
352    /* Handle error that has occured in the given line. */    /* Handle error that has occured in the given line. */
353    protected void handleError(int line, String message)    protected void handleError(int line, String message)
354    {    {
355        // This default implementation does nothing.
356    }    }
357    
358    /**    /**
# Line 358  public class Parser Line 363  public class Parser
363     */     */
364    protected void handleStartTag(TagElement tag)    protected void handleStartTag(TagElement tag)
365    {    {
366        // This default implementation does nothing.
367    }    }
368    
369    /**    /**
# Line 376  public class Parser Line 382  public class Parser
382     */     */
383    protected void handleText(char[] text)    protected void handleText(char[] text)
384    {    {
385        // This default implementation does nothing.
386    }    }
387    
388    /**    /**
# Line 387  public class Parser Line 394  public class Parser
394     */     */
395    protected void handleTitle(char[] title)    protected void handleTitle(char[] title)
396    {    {
397        // This default implementation does nothing.
398    }    }
399    
400    /**    /**
# Line 420  public class Parser Line 428  public class Parser
428     */     */
429    protected void markFirstTime(Element element)    protected void markFirstTime(Element element)
430    {    {
431        // This default implementation does nothing.
432    }    }
433    
434    /**    /**
# Line 432  public class Parser Line 441  public class Parser
441    protected void startTag(TagElement tag)    protected void startTag(TagElement tag)
442      throws ChangedCharSetException      throws ChangedCharSetException
443    {    {
444        // This default implementation does nothing.
445    }    }
446  }  }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

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