Class HTMLOListElement

  • 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 HTMLOListElement
    extends HTMLListElement
    The JavaScript object HTMLOListElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLOListElement

        public HTMLOListElement()
        Creates an instance.
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns the value of the type attribute.
        Overrides:
        getType in class HTMLListElement
        Returns:
        the value of the type attribute
      • setType

        public void setType​(java.lang.String type)
        Sets the value of the type attribute.
        Overrides:
        setType in class HTMLListElement
        Parameters:
        type - the value of the type attribute