Class HTMLTitleElementImpl

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

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

      • HTMLTitleElementImpl

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

      • getText

        public java.lang.String getText()
        Specified by:
        getText in interface org.w3c.dom.html.HTMLTitleElement
      • setText

        public void setText​(java.lang.String text)
        Specified by:
        setText in interface org.w3c.dom.html.HTMLTitleElement