Class HTMLOListElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLOListElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, 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

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin
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