[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: xml-dev@ic.ac.uk
- Date: Thu, 16 Jul 1998 08:44:42 -0400
Peter Murray-Rust writes:
> The SwingSet (from com.sun.java) has HTML functionality. I'm not
> sure exactly what, but it can read in HTML and render it. Since
> Swing is very well written (and based in part on SGML ideas) it
> wouldn't surprise me if much of what we want is hidden within
> it. There is a list for Swing at http://www.eos.dk/archive/swing -
> perhaps someone could ask.
A quick peek inside swingall.jar shows that there is a package
com.sun.java.swing.text.html. Within the package (and judging from
namesa alone), the following classes look like good starting points:
- com.sun.java.swing.text.html.HTMLDocument
- com.sun.java.swing.text.html.HTMLEditorKit
- com.sun.java.swing.text.html.HTMLStyleCallback
- com.sun.java.swing.text.html.HTMLWriter
- com.sun.java.swing.text.html.StyleSheet
I have not had a chance to dig through the JavaDoc's yet, but it may
be that we can write at least a partial SAX driver on top of this.
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|