Package org.loboevolution.html.js.css
Class CSSPageRuleImpl
java.lang.Object
org.loboevolution.html.js.css.CSSRuleImpl
org.loboevolution.html.js.css.AbstractCSSStyleRule
org.loboevolution.html.js.css.CSSPageRuleImpl
- All Implemented Interfaces:
CSSPageRule
,CSSRule
,CSSStyleRule
CSSPageRuleImpl class.
-
Field Summary
Fields inherited from interface org.loboevolution.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSelectorText.getStyle()
getStyle.void
setSelectorText
(String selectorText) setSelectorText.toString()
Methods inherited from class org.loboevolution.html.js.css.AbstractCSSStyleRule
getParentRule
Methods inherited from class org.loboevolution.html.js.css.CSSRuleImpl
getCssText, getParentStyleSheet, getType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType
-
Constructor Details
-
CSSPageRuleImpl
-
-
Method Details
-
getSelectorText
Description copied from interface:CSSStyleRule
getSelectorText.
- Specified by:
getSelectorText
in interfaceCSSPageRule
- Specified by:
getSelectorText
in interfaceCSSStyleRule
- Overrides:
getSelectorText
in classAbstractCSSStyleRule
- Returns:
- a
String
object.
-
getStyle
Description copied from interface:CSSStyleRule
getStyle.
- Specified by:
getStyle
in interfaceCSSPageRule
- Specified by:
getStyle
in interfaceCSSStyleRule
- Overrides:
getStyle
in classAbstractCSSStyleRule
- Returns:
- a
CSSStyleDeclaration
object.
-
setSelectorText
Description copied from interface:CSSPageRule
setSelectorText.
selectorText aString
object.- Specified by:
setSelectorText
in interfaceCSSPageRule
-
toString
- Overrides:
toString
in classCSSRuleImpl
-