org.apache.html.dom
public class HTMLModElementImpl extends HTMLElementImpl implements HTMLModElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:09:10 $
See Also: org.w3c.dom.html.HTMLModElement org.apache.xerces.dom.ElementImpl
| Constructor Summary | |
|---|---|
| HTMLModElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document and tag name.
| |
| Method Summary | |
|---|---|
| String | getCite() |
| String | getDateTime() |
| void | setCite(String cite) |
| void | setDateTime(String dateTime) |
Parameters: owner The owner HTML document