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

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

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

revision 1.3 by audriusa, Fri Mar 18 07:29:07 2005 UTC revision 1.4 by tromey, Tue Apr 26 18:56:20 2005 UTC
# Line 144  public class DocumentParser Line 144  public class DocumentParser
144    /**    /**
145     * This field is used to access the identically named     * This field is used to access the identically named
146     * methods of the outer class.     * methods of the outer class.
147       * This is package-private to avoid an accessor method.
148     */     */
149    private DocumentParser parser = this;    DocumentParser parser = this;
150    
151    /**    /**
152     * The callback.     * The callback.
153       * This is package-private to avoid an accessor method.
154     */     */
155    private HTMLEditorKit.ParserCallback callBack;    HTMLEditorKit.ParserCallback callBack;
156    
157    /**    /**
158     * The reference to the working class of HTML parser that is     * The reference to the working class of HTML parser that is
159     * actually used to parse the document.     * actually used to parse the document.
160       * This is package-private to avoid an accessor method.
161     */     */
162    private gnuParser gnu;    gnuParser gnu;
163    
164    /**    /**
165     * Creates a new parser that uses the given DTD to access data on the     * Creates a new parser that uses the given DTD to access data on the

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