org.kde.koala
Class HTMLStyleElement

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.HTMLStyleElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLStyleElement
extends HTMLElement

Style information. A more detailed style sheet object model is planned to be defined in a separate document. See the STYLE element definition in HTML 4.0.


Constructor Summary
  HTMLStyleElement()
           
protected HTMLStyleElement(java.lang.Class dummy)
           
  HTMLStyleElement(HTMLStyleElement other)
           
  HTMLStyleElement(Node other)
           
 
Method Summary
 boolean disabled()
          Enables/disables the style sheet.
 java.lang.String media()
          Designed for use with one or more target media.
 void setDisabled(boolean arg1)
          see disabled
 void setMedia(java.lang.String arg1)
          see media
 void setType(java.lang.String arg1)
          see type
 StyleSheet sheet()
          Introduced in DOM Level 2 This method is from the LinkStyle interface The style sheet.
 java.lang.String type()
          The style sheet language (Internet media type).
 
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

HTMLStyleElement

protected HTMLStyleElement(java.lang.Class dummy)

HTMLStyleElement

public HTMLStyleElement()

HTMLStyleElement

public HTMLStyleElement(HTMLStyleElement other)

HTMLStyleElement

public HTMLStyleElement(Node other)
Method Detail

disabled

public boolean disabled()
Enables/disables the style sheet.


setDisabled

public void setDisabled(boolean arg1)
see disabled


media

public java.lang.String media()
Designed for use with one or more target media. See the media attribute definition in HTML 4.0.


setMedia

public void setMedia(java.lang.String arg1)
see media


type

public java.lang.String type()
The style sheet language (Internet media type). See the type attribute definition in HTML 4.0.


setType

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


sheet

public StyleSheet sheet()
Introduced in DOM Level 2 This method is from the LinkStyle interface The style sheet.