Java javax.swing.text.html.parser DTD fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text.html.parser DTD fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text.html.parser DTD.

The text is from its open source code.

Method

DTDgetDTD(String name)
Returns a DTD with the specified name.
ElementgetElement(String name)
Gets an element by name.
ElementgetElement(int index)
Gets an element by index.
StringgetName()
Gets the name of the DTD.