Class CSSPageRuleImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSRuleImpl
org.eclipse.e4.ui.css.core.impl.dom.CSSPageRuleImpl
- All Implemented Interfaces:
CSSPageRule
,CSSRule
-
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
ConstructorDescriptionCSSPageRuleImpl
(CSSStyleSheet parentStyleSheet, CSSRule parentRule, String name, String pseudo_page) -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
short
getType()
void
setSelectorText
(String arg0) void
setStyle
(CSSStyleDeclaration decl) Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.CSSRuleImpl
getCssText, getParentRule, getParentStyleSheet, setCssText
Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
getCSSParser
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, setCssText
-
Constructor Details
-
CSSPageRuleImpl
public CSSPageRuleImpl(CSSStyleSheet parentStyleSheet, CSSRule parentRule, String name, String pseudo_page)
-
-
Method Details
-
getType
public short getType()- Specified by:
getType
in interfaceCSSRule
- Specified by:
getType
in classCSSRuleImpl
-
getSelectorText
- Specified by:
getSelectorText
in interfaceCSSPageRule
-
getStyle
- Specified by:
getStyle
in interfaceCSSPageRule
-
setSelectorText
- Specified by:
setSelectorText
in interfaceCSSPageRule
- Throws:
DOMException
-
setStyle
-