Class HTMLUListElementImpl

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

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

      • HTMLUListElementImpl

        public HTMLUListElementImpl​(HTMLDocumentImpl owner,
                                    java.lang.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 java.lang.String getType()
        Specified by:
        getType in interface org.w3c.dom.html.HTMLUListElement
      • setType

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