Uses of Class javax.swing.text.html.parser.DTD

Uses in package javax.swing.text.html.parser

Constructors with parameter type javax.swing.text.html.parser.DTD

Creates a new parser that uses the given DTD to access data on the possible tokens, arguments and syntax.
Parser.Parser(DTD a_dtd)
Creates a new parser that uses the given DTD to access data on the possible tokens, arguments and syntax.

Fields of type javax.swing.text.html.parser.DTD

DTD
The document template description that will be used to parse the documents.

Methods with parameter type javax.swing.text.html.parser.DTD

DTD
Registers the user - written DTD under the given name, also making it default for the subsequent parsings.
void
DTD.putDTDHash(String name, DTD dtd)
Place this DTD into the DTD table.

Methods with return type javax.swing.text.html.parser.DTD

DTD
Registers the user - written DTD under the given name, also making it default for the subsequent parsings.
DTD
Get this DTD by name.