Class HTMLTitleElementImpl

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

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

    • HTMLTitleElementImpl

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

    • 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