Class HTMLOptionsCollectionImpl

    • Field Detail

      • OPTION_FILTER

        public static final NodeFilter OPTION_FILTER
    • Constructor Detail

      • HTMLOptionsCollectionImpl

        public HTMLOptionsCollectionImpl​(HTMLElementImpl selectElement)
    • Method Detail

      • setLength

        public void setLength​(int length)
                       throws org.w3c.dom.DOMException
        Description copied from interface: HTMLOptionsCollection
        This attribute specifies the length or size of the list.
        Specified by:
        setLength in interface HTMLOptionsCollection
        Throws:
        org.w3c.dom.DOMException - NOT_SUPPORTED_ERR: if setting the length is not allowed by the implementation.