Class DomDocumentType

java.lang.Object
org.htmlunit.html.DomNode
org.htmlunit.html.DomDocumentType
All Implemented Interfaces:
Serializable, Cloneable, DocumentType, Node

public class DomDocumentType extends DomNode implements DocumentType
A DOM object for DocumentType.
See Also: