Package org.loboevolution.html.js.css
Class CSSCharsetRuleImpl
java.lang.Object
org.loboevolution.html.js.css.CSSRuleImpl
org.loboevolution.html.js.css.AbstractCSSStyleRule
org.loboevolution.html.js.css.CSSCharsetRuleImpl
- All Implemented Interfaces:
CSSCharsetRule,CSSRule,CSSStyleRule
CSSCharsetRuleImpl 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 TypeMethodDescriptiongetEncoding.voidsetEncoding(String encoding) setEncoding.toString()Methods inherited from class org.loboevolution.html.js.css.AbstractCSSStyleRule
getSelectorText, getStyleMethods 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
-
CSSCharsetRuleImpl
-
-
Method Details
-
toString
- Overrides:
toStringin classCSSRuleImpl
-
getEncoding
Description copied from interface:CSSCharsetRulegetEncoding.
- Specified by:
getEncodingin interfaceCSSCharsetRule- Returns:
- a
Stringobject.
-
setEncoding
Description copied from interface:CSSCharsetRulesetEncoding.
encoding aStringobject.- Specified by:
setEncodingin interfaceCSSCharsetRule- Throws:
DOMException
-