| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* javax/swing/text/html/HTMLDocument.java
(getReader): Added function. Not implemented. It was
added so a certain mauve test committed compiles with
classpath fine.
|
|
|
|
|
|
| |
* javax/swing/text/html/HTML.java
* javax/swing/text/html/HTMLDocument.java
Filled emtpy blocks with comments.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
* javax/swing/text/html/HTMLDocument.java:
(getBase): Implemented.
(setBase): Implemented.
(getPreservesUnknownTags): Implemented.
(setPreservesUnknownTags): Implemented.
(BlockElement): New class partially implemented.
|
|
|
|
|
|
|
| |
* javax/swing/text/html/HTMLDocument.java:
(LeafIterator): New class.
(getIterator): Implemented.
(Iterator): New abstract class.
|
| |
|
|
* javax/swing/text/html/HTMLDocument.java: New file.
|