Class HTMLTitleElement

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLTitleElement extends HTMLElement
The JavaScript object HTMLTitleElement.
See Also:
  • Constructor Details

    • HTMLTitleElement

      public HTMLTitleElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • getText

      public Object getText()
      Returns the text attribute.
      Returns:
      the text attribute
    • setText

      public void setText(String text)
      Sets the text attribute.
      Parameters:
      text - the text attribute