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

상속: ICssRule
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Origin CssStyleSheetType
ReadOnly bool

공개 메소드들

메소드 설명
ResolveOwnerNode ( ) : XmlNode

Finds the owner node of this rule

보호된 메소드들

메소드 설명
CssRule ( object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : System
GetStylesForElement ( XmlElement elt, string pseudoElt, MediaList ml, CssCollectedStyleDeclaration csd ) : void

Used to find matching style rules in the cascading order

비공개 메소드들

메소드 설명
DeReplaceStrings ( string s ) : string
StringReplaceEvaluator ( Match match ) : string

메소드 상세

CssRule() 보호된 메소드

protected CssRule ( object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : System
parent object
readOnly bool
replacedStrings string
origin CssStyleSheetType
리턴 System

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

ResolveOwnerNode() 공개 메소드

Finds the owner node of this rule
public ResolveOwnerNode ( ) : XmlNode
리턴 System.Xml.XmlNode

프로퍼티 상세

Origin 보호되어 있는 프로퍼티

The origin stylesheet type of this rule
protected CssStyleSheetType Origin
리턴 CssStyleSheetType

ReadOnly 보호되어 있는 프로퍼티

Specifies the read/write state of the instance
protected bool ReadOnly
리턴 bool