| インタフェース | 説明 |
|---|---|
| SGMLParserListener |
The listener interface for receiving sgml events from
SGMLParser. |
| クラス | 説明 |
|---|---|
| DTD |
The
DTD class represents the SGML document type definition. |
| Element |
The
Element class represents the SGML element. |
| Entity |
The
Entity class represents the SGML entity. |
| HTMLEvent |
The HTML event that is delivered from
HTMLParser to
SGMLParserListeners. |
| HTMLParser |
A
HTMLParser parses the HTML 3.2 document
(<! |
| SGMLEvent |
The SGML event that is delivered from a
SGMLParser to
SGMLParserListeners. |
| SGMLParser |
A
SGMLParser parses the SGML document according to
the specified DTD and delivers the sgml events to
the listeners (SGMLParserListeners). |