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

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

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

Parser.Parser(DTD a_dtd)
Creates a new Parser that uses the given DTD.
Create a parameterDefaulter that looks for the default attribute values in the given DTD.

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

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

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

Classes derived from javax.swing.text.html.parser.DTD

class
The class is derived from gnu.javax.swing.text.html.parser.DTD making structure creation methods public.
class
This class represents the java implementation of the HTML 4.01 ( -//W3C//DTD HTML 4.01 Frameset//EN ) Frameset version.

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

Create the parser that uses the given DTD to parse the document.
Creates a new tag stack, using the given DTD.

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

DTD
The DTD, providing information about the valid document structure.

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

DTD
Either takes the document (by name) from DTD table, or creates a new instance and registers it in the tabe.

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

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

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

node
Transform into internal representation.

Uses in package gnu.xml.dom.html2

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

Create parser using the given 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.