CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <[EMAIL PROTECTED]>  05/12/13 16:13:08

Modified files:
        .              : ChangeLog 
        javax/swing/text/html: HTMLDocument.java HTMLEditorKit.java 

Log message:
        2005-12-12  Anthony Balkissoon  <[EMAIL PROTECTED]>
        
        * javax/swing/text/html/HTMLDocument.java:
        (tokenThreshold): New field.
        (parser): New field.
        (getParser): New API method.
        (setParser): New API method.
        (getTokenThreshold): New API method.
        (setTokenThreshold): New API method.
        (getReader(int, int, int, HTML.Tag)): New API method, not implemented.
        (HTMLReader): New API class, partially implemented.
        (HTMLReader.BlockAction): New API class, not implemented.
        (HTMLReader.CharacterAction): Likewise.
        (HTMLReader.FormAction): Likewise.
        (HTMLReader.HiddenAction): Likewise.
        (HTMLReader.IsindexAction): Likewise.
        (HTMLReader.ParagraphAction): Likewise.
        (HTMLReader.PreAction): Likewise.
        (HTMLReader.SpecialAction): Likewise.
        (HTMLReader.TagAction): New API class, implemented.
        * javax/swing/text/html/HTMLEditorKit.java:
        (createDefaultDocument): Set the parser for the new HTMLDocument.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5799&tr2=1.5800&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/html/HTMLDocument.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/html/HTMLEditorKit.java.diff?tr1=1.11&tr2=1.12&r1=text&r2=text


Reply via email to