Interface HTMLTitleElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLTitleElement
    extends HTMLElement
    The document title. See the TITLE element definition in HTML 4.0.
    • Method Detail

      • getText

        java.lang.String getText()
        The specified title as a string.
      • setText

        void setText​(java.lang.String text)