Class HTMLDirectoryElementImpl

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

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

    • HTMLDirectoryElementImpl

      public HTMLDirectoryElementImpl(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.HTMLDirectoryElement
    • setCompact

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