Interface HTMLModElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLModElement
    extends HTMLElement
    Notice of modification to part of a document. See the INS and DEL element definitions in HTML 4.0.
    • Method Detail

      • getCite

        java.lang.String getCite()
        A URI designating a document that describes the reason forthe change. See the cite attribute definition in HTML 4.0.
      • setCite

        void setCite​(java.lang.String cite)
      • getDateTime

        java.lang.String getDateTime()
        The date and time of the change. See the datetime attribute definition in HTML 4.0.
      • setDateTime

        void setDateTime​(java.lang.String dateTime)