C# 클래스 SharpVectors.Dom.Css.CssStyleRule

The CSSStyleRule interface represents a single rule set in a CSS style sheet.
상속: CssRule, ICssStyleRule
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

보호된 메소드들

메소드 설명
GetStylesForElement ( XmlElement elt, string pseudoElt, MediaList ml, CssCollectedStyleDeclaration csd ) : void

Used to find matching style rules in the cascading order

비공개 메소드들

메소드 설명
CssStyleRule ( Match match, object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : System

The constructor for CssStyleRule

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

메소드 상세

GetStylesForElement() 보호된 메소드

Used to find matching style rules in the cascading order
protected GetStylesForElement ( XmlElement elt, string pseudoElt, MediaList ml, CssCollectedStyleDeclaration csd ) : void
elt System.Xml.XmlElement The element to find styles for
pseudoElt string The pseudo-element to find styles for
ml SharpVectors.Dom.Stylesheets.MediaList The medialist that the document is using
csd CssCollectedStyleDeclaration A CssStyleDeclaration that holds the collected styles
리턴 void