Interface HTMLModElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode

public interface HTMLModElement extends HTMLElement
Provides special properties (beyond the regular methods and properties available through the HTMLElement interface they also have available to them by inheritance) for manipulating modification elements, that is <del> and <ins>.
  • Method Details

    • getCite

      String getCite()
      Sets or retrieves reference information about the object.
      Returns:
      a String object.
    • setCite

      void setCite(String cite)

      setCite.

      Parameters:
      cite - a String object.
    • getDateTime

      String getDateTime()
      Sets or retrieves the date and time of a modification to the object.
      Returns:
      a String object.
    • setDateTime

      void setDateTime(String dateTime)

      setDateTime.

      Parameters:
      dateTime - a String object.