Class HTMLOListElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLOListElement, Node, NodeList, TypeInfo

public class HTMLOListElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLOListElement
See Also:
  • Constructor Details

    • HTMLOListElementImpl

      public HTMLOListElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getCompact

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

      public void setCompact(boolean compact)
      Specified by:
      setCompact in interface org.w3c.dom.html.HTMLOListElement
    • getStart

      public int getStart()
      Specified by:
      getStart in interface org.w3c.dom.html.HTMLOListElement
    • setStart

      public void setStart(int start)
      Specified by:
      setStart in interface org.w3c.dom.html.HTMLOListElement
    • getType

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

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