org.kde.koala
Class HTMLOListElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLOListElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLOListElement
extends HTMLElement

Ordered list. See the OL element definition in HTML 4.0.


Constructor Summary
  HTMLOListElement()
           
protected HTMLOListElement(java.lang.Class dummy)
           
  HTMLOListElement(HTMLOListElement other)
           
  HTMLOListElement(Node other)
           
 
Method Summary
 boolean compact()
          Reduce spacing between list items.
 void setCompact(boolean arg1)
          see compact
 void setStart(long arg1)
          see start
 void setType(java.lang.String arg1)
          see type
 long start()
          Starting sequence number.
 java.lang.String type()
          Numbering style.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLOListElement

protected HTMLOListElement(java.lang.Class dummy)

HTMLOListElement

public HTMLOListElement()

HTMLOListElement

public HTMLOListElement(HTMLOListElement other)

HTMLOListElement

public HTMLOListElement(Node other)
Method Detail

compact

public boolean compact()
Reduce spacing between list items. See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setCompact

public void setCompact(boolean arg1)
see compact


start

public long start()
Starting sequence number. See the start attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setStart

public void setStart(long arg1)
see start


type

public java.lang.String type()
Numbering style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setType

public void setType(java.lang.String arg1)
see type