Class HTMLLIElementImpl

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLLIElement, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class HTMLLIElementImpl
    extends HTMLElementImpl
    implements org.w3c.dom.html.HTMLLIElement
    See Also:
    HTMLLIElement, ElementImpl
    • Constructor Detail

      • HTMLLIElementImpl

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

      • getType

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

        public void setType​(java.lang.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