Class HTMLQuoteElementImpl

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

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

      • HTMLQuoteElementImpl

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

      • getCite

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

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