Class HTMLUListElementImpl

    • Constructor Detail

      • HTMLUListElementImpl

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

      • getCompact

        public boolean getCompact()
        Specified by:
        getCompact in interface org.w3c.dom.html.HTMLUListElement
      • setCompact

        public void setCompact​(boolean compact)
        Specified by:
        setCompact in interface org.w3c.dom.html.HTMLUListElement
      • getType

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

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