GNU Classpath (0.95) | |
Frames | No Frames |
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. | |
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 | 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. |
GNU Classpath (0.95) |