Java Platform 1.2

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

Packages that use DTD
javax.swing.text.html.parser   
 

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

Fields in javax.swing.text.html.parser declared as DTD
protected  DTD Parser.dtd
           
 

Methods in javax.swing.text.html.parser that return DTD
protected static DTD ParserDelegator.createDTD(DTD dtd, String name)
           
static DTD DTD.getDTD(String name)
          Get a DTD.
 

Methods in javax.swing.text.html.parser with parameters of type DTD
protected static DTD ParserDelegator.createDTD(DTD dtd, String name)
           
static void DTD.putDTDHash(String name, DTD dtd)
           
 

Constructors in javax.swing.text.html.parser with parameters of type DTD
Parser.Parser(DTD dtd)
           
DocumentParser.DocumentParser(DTD dtd)
           
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.