Uses of Interface
javax.swing.text.html.parser.DTDConstants
-
Packages that use DTDConstants 软件包 描述 javax.swing.text.html.parser 提供默认的HTML解析器以及支持类。 -
-
Uses of DTDConstants in javax.swing.text.html.parser
Classes in javax.swing.text.html.parser that implement DTDConstants 变量和类型 类 描述 classAttributeList此类定义SGML元素的属性,如使用ATTLIST构造的DTD中所述。classDocumentParserHTML文档的解析器(实际上,你可以指定一个DTD,但实际上你应该只使用这个类与swing中的html dtd)。classDTDSGML DTD的表示。classElement使用ELEMENT构造在DTD中描述的元素。classEntity使用ENTITY构造在DTD中描述实体。classParserA simple DTD-driven HTML parser.
-