Module jdk.xml.dom

Interface HTMLQuoteElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLQuoteElement
extends HTMLElement
For the Q and BLOCKQUOTE elements. See the Q element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Since:
1.4, DOM Level 2
  • Method Details

    • getCite

      String getCite()
      A URI designating a source document or message. See the cite attribute definition in HTML 4.0.
    • setCite

      void setCite​(String cite)