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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSelectorText.getStyle()getStyle.voidsetSelectorText(String selectorText) setSelectorText.toString()Methods inherited from class org.loboevolution.html.js.css.CSSRuleImpl
getCssText, getParentRule, getParentStyleSheet, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType
-
Constructor Details
-
CSSPageRuleImpl
-
-
Method Details
-
getSelectorText
Description copied from interface:CSSStyleRulegetSelectorText.
- Specified by:
getSelectorTextin interfaceCSSPageRule- Specified by:
getSelectorTextin interfaceCSSStyleRule- Overrides:
getSelectorTextin classAbstractCSSStyleRule- Returns:
- a
Stringobject.
-
getStyle
Description copied from interface:CSSStyleRulegetStyle.
- Specified by:
getStylein interfaceCSSPageRule- Specified by:
getStylein interfaceCSSStyleRule- Overrides:
getStylein classAbstractCSSStyleRule- Returns:
- a
CSSStyleDeclarationobject.
-
setSelectorText
Description copied from interface:CSSPageRulesetSelectorText.
selectorText aStringobject.- Specified by:
setSelectorTextin interfaceCSSPageRule
-
toString
- Overrides:
toStringin classCSSRuleImpl
-