HTMLModElementImplpublic class HTMLModElementImpl extends HTMLElementImpl implements HTMLModElement
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public HTMLModElementImpl(HTMLDocumentImpl owner, String name)Constructor requires owner document and tag name.
super( owner, name );
|
|