/[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.1.2.2 by gnu_andrew, Mon Apr 18 01:37:41 2005 UTC revision 1.1.2.3 by gnu_andrew, Thu Apr 28 23:00:15 2005 UTC
# Line 126  public class ParserDelegator Line 126  public class ParserDelegator
126    
127    /**    /**
128     * The callback.     * The callback.
129       * This is package-private to avoid an accessor method.
130     */     */
131    private HTMLEditorKit.ParserCallback callBack;    HTMLEditorKit.ParserCallback callBack;
132    
133    /**    /**
134     * The reference to the working class of HTML parser that is     * The reference to the working class of HTML parser that is
135     * actually used to parse the document.     * actually used to parse the document.
136       * This is package-private to avoid an accessor method.
137     */     */
138    private gnuParser gnu;    gnuParser gnu;
139    
140    /**    /**
141     * Parses the HTML document, calling methods of the provided     * Parses the HTML document, calling methods of the provided

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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