|
|||||||||
类 javax.swing.text.html.parser.DTD
的使用
使用 DTD 的软件包 | |
---|---|
javax.swing.text.html.parser | 提供默认的 HTML 解析器以及支持类。 |
javax.swing.text.html.parser 中 DTD 的使用 |
---|
声明为 DTD 的 javax.swing.text.html.parser 中的字段 | |
---|---|
protected DTD |
Parser.dtd |
返回 DTD 的 javax.swing.text.html.parser 中的方法 | |
---|---|
protected static DTD |
ParserDelegator.createDTD(DTD dtd, String name) |
static DTD |
DTD.getDTD(String name) 返回具有指定 name 的 DTD。 |
参数类型为 DTD 的 javax.swing.text.html.parser 中的方法 | |
---|---|
protected static DTD |
ParserDelegator.createDTD(DTD dtd, String name) |
static void |
DTD.putDTDHash(String name, DTD dtd) |
参数类型为 DTD 的 javax.swing.text.html.parser 中的构造方法 | |
---|---|
DocumentParser(DTD dtd) |
|
Parser(DTD dtd) |
所有类
|
|||||||||