JavaTM 2 Platform
Standard Ed. 6

类 javax.swing.text.html.parser.DTD
的使用

使用 DTD 的软件包
javax.swing.text.html.parser 提供默认的 HTML 解析器以及支持类。 
 

javax.swing.text.html.parserDTD 的使用
 

声明为 DTDjavax.swing.text.html.parser 中的字段
protected  DTD Parser.dtd
           
 

返回 DTDjavax.swing.text.html.parser 中的方法
protected static DTD ParserDelegator.createDTD(DTD dtd, String name)
           
static DTD DTD.getDTD(String name)
          返回具有指定 name 的 DTD。
 

参数类型为 DTDjavax.swing.text.html.parser 中的方法
protected static DTD ParserDelegator.createDTD(DTD dtd, String name)
           
static void DTD.putDTDHash(String name, DTD dtd)
           
 

参数类型为 DTDjavax.swing.text.html.parser 中的构造方法
DocumentParser(DTD dtd)
           
Parser(DTD dtd)
           
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only