Class HTMLBGSoundElement

  • 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 HTMLBGSoundElement
    extends HTMLElement
    The JavaScript object HTMLBGSoundElement.
    See Also:
    Serialized Form
    • Field Detail

      • TO_STRING_TAG

        public static final java.lang.String TO_STRING_TAG
        Symbol.toStringTag support.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HTMLBGSoundElement

        public HTMLBGSoundElement()
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Returns the JavaScript class name.
        Specified by:
        getClassName in interface org.htmlunit.corejs.javascript.Scriptable
        Overrides:
        getClassName in class HtmlUnitScriptable
        Returns:
        the JavaScript class name
      • isEndTagForbidden

        protected boolean isEndTagForbidden()
        Returns whether the end tag is forbidden or not.
        Overrides:
        isEndTagForbidden in class HTMLElement
        Returns:
        whether the end tag is forbidden or not
        See Also:
        HTML 4 specs