- All Superinterfaces:
CSSStyleDeclaration
,ExtendedCSSStyleDeclaration
- All Known Subinterfaces:
CSSComputedProperties
- All Known Implementing Classes:
CompatInlineStyle
,ComputedCSSStyle
,DOMComputedStyle
,InlineStyle
This style declaration belongs to a DOM node.
-
Method Summary
Methods inherited from interface org.w3c.dom.css.CSSStyleDeclaration
getCssText, getLength, getPropertyPriority, item, removeProperty, setCssText, setProperty
Methods inherited from interface io.sf.carte.doc.style.css.ExtendedCSSStyleDeclaration
getMinifiedCssText, getParentRule, getPropertyCSSValue, getPropertyValue, writeCssText
-
Method Details
-
getOwnerNode
Node getOwnerNode()Gets the owner node.- Returns:
- the owner node.
-