summaryrefslogtreecommitdiff
path: root/javax/swing/text/html/HTMLDocument.java
Commit message (Collapse)AuthorAgeFilesLines
...
* 2005-12-13 Lillian Angel <langel@redhat.com>Lillian Angel2005-12-131-3/+49
| | | | | | | | | * javax/swing/text/html/HTMLDocument.java (BlockElement.getName): Should use getAttribute because the API says that this function can return null. (RunElement): New class implemented. (RunElement.getName): Implemented. (RunElement.getResolvingParent): Implemented.
* 2005-12-12 Anthony Balkissoon <abalkiss@redhat.com>Anthony Balkissoon2005-12-131-1/+833
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* 2005-12-09 Lillian Angel <langel@redhat.com>Lillian Angel2005-12-091-0/+12
| | | | | | | * javax/swing/text/html/HTMLDocument.java (getReader): Added function. Not implemented. It was added so a certain mauve test committed compiles with classpath fine.
* 2005-10-19 Roman Kennke <kennke@aicas.com>Roman Kennke2005-10-191-1/+1
| | | | | | * javax/swing/text/html/HTML.java * javax/swing/text/html/HTMLDocument.java Filled emtpy blocks with comments.
* 2005-09-21 Anthony Balkissoon <abalkiss@redhat.com>Anthony Balkissoon2005-09-211-0/+4
| | | | | | | | * javax/swing/text/html/HTML.java: (Tag): Changed name of IMPLIED Tag from "implied" to "p-implied" to match the JDK. * javax/swing/text/html/HTMLDocument.java: (AdditionalComments): New field.
* 2005-09-21 Anthony Balkissoon <abalkiss@redhat.com>Anthony Balkissoon2005-09-211-1/+70
| | | | | | | | | * javax/swing/text/html/HTMLDocument.java: (getBase): Implemented. (setBase): Implemented. (getPreservesUnknownTags): Implemented. (setPreservesUnknownTags): Implemented. (BlockElement): New class partially implemented.
* 2005-09-21 Anthony Balkissoon <abalkiss@redhat.com>Anthony Balkissoon2005-09-211-0/+142
| | | | | | | * javax/swing/text/html/HTMLDocument.java: (LeafIterator): New class. (getIterator): Implemented. (Iterator): New abstract class.
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
|
* 2005-04-12 Audrius Meskauskas, Lithuania <AudriusA@Bioinformatics.org>Michael Koch2005-04-121-0/+53
* javax/swing/text/html/HTMLDocument.java: New file.