Class HTMLTitleElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • HTMLTitleElement

        public HTMLTitleElement()
        Creates an instance.
    • Method Detail

      • getText

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

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