Uses of Class
javax.swing.text.html.parser.DTD
Packages that use DTD
Package
Description
Provides the default HTML parser, along with support classes.
-
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 DTDModifier and TypeMethodDescriptionprotected 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 DTDModifier and TypeMethodDescriptionprotected 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 DTDModifierConstructorDescriptionDocumentParser
(DTD dtd) Creates document parser with the specifieddtd
.Creates parser with the specifieddtd
.