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 Link icon

    • getCite Link icon

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

      void setCite(String cite)

      setCite.

      Parameters:
      cite - a String object.
    • getDateTime Link icon

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

      void setDateTime(String dateTime)

      setDateTime.

      Parameters:
      dateTime - a String object.