Class CSSRuleImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSRuleImpl
- All Implemented Interfaces:
CSSRule
- Direct Known Subclasses:
CSSFontFaceRuleImpl,CSSImportRuleImpl,CSSMediaRuleImpl,CSSPageRuleImpl,CSSStyleRuleImpl,CSSUnknownRuleImpl
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
getCSSParser
-
Constructor Details
-
CSSRuleImpl
-
-
Method Details
-
getCssText
- Specified by:
getCssTextin interfaceCSSRule
-
getParentStyleSheet
- Specified by:
getParentStyleSheetin interfaceCSSRule
-
getParentRule
- Specified by:
getParentRulein interfaceCSSRule
-
getType
public abstract short getType() -
setCssText
- Specified by:
setCssTextin interfaceCSSRule- Throws:
DOMException
-