Interface HTMLQuoteElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode
All Known Implementing Classes:
HTMLQuoteElementImpl

public interface HTMLQuoteElement extends HTMLElement
Provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like <blockquote> and <q>, but not the <cite> element.
  • 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.