Uses of Class
javax.swing.text.html.parser.DTD
Package
Description
Provides the default HTML parser, along with support classes.
-
Uses of DTD in javax.swing.text.html.parser
Modifier and TypeMethodDescriptionprotected static DTD
Recreates a DTD from an archived format with the specifiedname
.static DTD
Returns a DTD with the specifiedname
.Modifier 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.ModifierConstructorDescriptionDocumentParser
(DTD dtd) Creates document parser with the specifieddtd
.Creates parser with the specifieddtd
.