| インタフェース | 説明 |
|---|---|
| HTMLReader.RenderingAction |
The rendering action performed by the
SGMLEvent. |
| HTMLReaderTarget |
An interface for the target into which the html reader renders the HTML
document.
|
| クラス | 説明 |
|---|---|
| DefaultHTMLReaderTarget |
The
DefaultHTMLReaderTarget class is a default implementation
of the interface for the target into which the html reader renders the
HTML document. |
| HTMLReader |
The
HTMLReader class implements the reader that reads the
HTML document ('text/html') and renders it into the
HTMLText object or HTMLReaderTarget object. |
| HTMLStyle |
The
HTMLStyle class implements the style for the
HTML document (HTMLText). |
| HTMLText |
The
HTMLText class implements the editable HTML document. |
| HTMLWriter |
The
HTMLWriter class implements the writer that saves the
HTMLText object as a HTML document ('text/html'). |
| VAnchor |
The
VAnchor class implements the target anchor in the
HTML documents. |