Represents the charset rule.
Public Member Functions | |
override string[] | GetNames () |
The set of all names that this at rule can use. Usually just one. E.g. font-face etc. More... | |
override CssAtRule | Copy () |
Copies this at rule. More... | |
override Rule | LoadRule (Css.Rule parent, StyleSheet style, Css.Value value) |
Called on this instance object to load it's values from the given value object. More... | |
Public Member Functions inherited from Css.CssAtRule | |
virtual void | SetupParsing (CssLexer lexer) |
This e.g. sets AtRuleMode. It's true if this @ rule uses nested selectors. Media and keyframes are two examples. More... | |
Public Attributes | |
string | CharsetName |
The charset to use. More... | |
Additional Inherited Members | |
Properties inherited from Css.CssAtRule | |
string | Name [get] |
The main name of this function. Originates from the first result returned by GetNames. More... | |
|
inlinevirtual |
Copies this at rule.
Reimplemented from Css.CssAtRule.
|
inlinevirtual |
The set of all names that this at rule can use. Usually just one. E.g. font-face etc.
Reimplemented from Css.CssAtRule.
|
inlinevirtual |
Called on this instance object to load it's values from the given value object.
Reimplemented from Css.CssAtRule.
string Css.AtRules.Charset.CharsetName |
The charset to use.