classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: CSS Parser


From: Lillian Angel
Subject: [cp-patches] Patch: CSS Parser
Date: Tue, 20 Dec 2005 10:58:03 -0500

After looking into StyleSheets quite a bit, I found we needed a
CSSParser. This is not a public class, so it has been hard to implement
with almost no documentation. It is partially implemented so far. I am
still working on it.

2005-12-19  Lillian Angel  <address@hidden>

        * javax/swing/text/html/BlockView.java
        (getStyleSheet): Implemented.
        * javax/swing/text/html/CSSParser.java: New private class,
        partially implemented.
        * javax/swing/text/html/HTMLEditorKit.java
        (createDefaultDocument): Fixed to create HTMLDocument with
        default style sheet.
        (getStyleSheet): Fixed to initialize style sheet if null.
        * javax/swing/text/html/StyleSheet.java
        (CssParser): New private inner class, partially implemented.

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]