C# Class SharpVectors.Dom.Css.CssUnknownRule

The CSSUnknownRule interface represents an at-rule not supported by this user agent.
Inheritance: CssRule, ICssUnknownRule
ファイルを表示 Open project: codebutler/savagesvg Class Usage Examples

Private Methods

Method Description
CssUnknownRule ( object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : System

The constructor for CssUnknownRule

Parse ( string &css, object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : CssRule