Class HTMLQuoteElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLQuoteElement, Node, NodeList, TypeInfo

public class HTMLQuoteElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLQuoteElement
See Also:
  • Constructor Details

    • HTMLQuoteElementImpl

      public HTMLQuoteElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getCite

      public String getCite()
      Specified by:
      getCite in interface org.w3c.dom.html.HTMLQuoteElement
    • setCite

      public void setCite(String cite)
      Specified by:
      setCite in interface org.w3c.dom.html.HTMLQuoteElement