Class HTMLLIElementImpl

    • Constructor Detail

      • HTMLLIElementImpl

        public HTMLLIElementImpl​(HTMLDocumentImpl owner,
                                 String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getType

        public String getType()
        Specified by:
        getType in interface org.w3c.dom.html.HTMLLIElement
      • setType

        public void setType​(String type)
        Specified by:
        setType in interface org.w3c.dom.html.HTMLLIElement
      • getValue

        public int getValue()
        Specified by:
        getValue in interface org.w3c.dom.html.HTMLLIElement
      • setValue

        public void setValue​(int value)
        Specified by:
        setValue in interface org.w3c.dom.html.HTMLLIElement