Class HTMLLIElementImpl

    • Constructor Detail

      • HTMLLIElementImpl

        public HTMLLIElementImpl​(java.lang.String name)
    • Method Detail

      • getType

        public java.lang.String getType()
        Description copied from interface: HTMLLIElement
        List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getType in interface HTMLLIElement
      • setType

        public void setType​(java.lang.String type)
        Description copied from interface: HTMLLIElement
        List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setType in interface HTMLLIElement
      • getValue

        public int getValue()
        Description copied from interface: HTMLLIElement
        Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getValue in interface HTMLLIElement
      • setValue

        public void setValue​(int value)
        Description copied from interface: HTMLLIElement
        Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setValue in interface HTMLLIElement