Uses of Class
javax.swing.text.html.parser.DTD
Packages that use DTD
-
Uses of DTD in javax.swing.text.html.parser
Fields in javax.swing.text.html.parser declared as DTDMethods in javax.swing.text.html.parser that return DTD修饰符和类方法描述protected static DTD
Recreates a DTD from an archived format with the specifiedname
.static DTD
Returns a DTD with the specifiedname
.Methods in javax.swing.text.html.parser with parameters of type DTD修饰符和类方法描述protected static DTD
Recreates a DTD from an archived format with the specifiedname
.static void
DTD.putDTDHash
(String name, DTD dtd) Put a name and appropriate DTD to hashtable.Constructors in javax.swing.text.html.parser with parameters of type DTDModifierConstructor描述DocumentParser
(DTD dtd) Creates document parser with the specifieddtd
.Creates parser with the specifieddtd
.