HTMLHeadingElementImplpublic class HTMLHeadingElementImpl extends HTMLElementImpl implements HTMLHeadingElement
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public HTMLHeadingElementImpl(HTMLDocumentImpl owner, String name)Constructor requires owner document.
super( owner, name );
|
|