Class HTMLModElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLModElement, Node, NodeList, TypeInfo

public class HTMLModElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLModElement
See Also:
  • Constructor Details

    • HTMLModElementImpl

      public HTMLModElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document and tag name.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getCite

      public String getCite()
      Specified by:
      getCite in interface org.w3c.dom.html.HTMLModElement
    • setCite

      public void setCite(String cite)
      Specified by:
      setCite in interface org.w3c.dom.html.HTMLModElement
    • getDateTime

      public String getDateTime()
      Specified by:
      getDateTime in interface org.w3c.dom.html.HTMLModElement
    • setDateTime

      public void setDateTime(String dateTime)
      Specified by:
      setDateTime in interface org.w3c.dom.html.HTMLModElement