Class HTMLTitleElementImpl

    • Constructor Detail

      • HTMLTitleElementImpl

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

      • getText

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

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