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