Package com.steadystate.css.dom
Class CSSCharsetRuleImpl
java.lang.Object
com.steadystate.css.dom.CSSCharsetRuleImpl
- All Implemented Interfaces:
Serializable
,CSSCharsetRule
,CSSRule
- Version:
- $Release$
- Author:
- David Schweinsberg
- See Also:
-
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
ConstructorsConstructorDescriptionCSSCharsetRuleImpl
(CSSStyleSheetImpl parentStyleSheet, CSSRule parentRule, String encoding) -
Method Summary
Modifier and TypeMethodDescriptionThe parsable textual representation of the rule.The encoding information used in this@charset
rule.If this rule is contained inside another rule (e.g.The style sheet that contains this rule.short
getType()
The type of the rule, as defined above.void
setCssText
(String cssText) void
setEncoding
(String encoding)
-
Constructor Details
-
CSSCharsetRuleImpl
-
-
Method Details
-
getType
public short getType()Description copied from interface:CSSRule
The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of theCSSRule
interface to the specific derived interface implied by thetype
. -
getCssText
Description copied from interface:CSSRule
The parsable textual representation of the rule. This reflects the current state of the rule and not its initial value.- Specified by:
getCssText
in interfaceCSSRule
-
setCssText
- Specified by:
setCssText
in interfaceCSSRule
- Throws:
DOMException
-
getParentStyleSheet
Description copied from interface:CSSRule
The style sheet that contains this rule.- Specified by:
getParentStyleSheet
in interfaceCSSRule
-
getParentRule
Description copied from interface:CSSRule
If this rule is contained inside another rule (e.g. a style rule inside an @media block), this is the containing rule. If this rule is not nested inside any other rules, this returnsnull
.- Specified by:
getParentRule
in interfaceCSSRule
-
getEncoding
Description copied from interface:CSSCharsetRule
The encoding information used in this@charset
rule.- Specified by:
getEncoding
in interfaceCSSCharsetRule
-
setEncoding
- Specified by:
setEncoding
in interfaceCSSCharsetRule
- Throws:
DOMException
-