Name: akC57697 Date: 02/02/99
The javadoc description of the class javax.swing.text.html.HTMLDocument
has broken link.
"
public class HTMLDocument
extends DefaultStyledDocument
A document that models html. The purpose of this model is to support
both browsing and editing. As a result, the structure described by
an html document is not exactly replicated
by default. The element structure that is modeled by default, is built
by the class HTMLDocument.HTMLReader, which implements the
HTMLEditorKit.ParserCallback protocol that the
parser expects. To change the structure one can subclass HTMLReader,
and reimplement the method getReader to return the new reader implementation.
---------
^______ broken link
"
It points to 'HTMLDocument.html#getReader' but should
point to 'HTMLDocument.html#getReader(int)'
======================================================================