C# 클래스 SharpVectors.Dom.Stylesheets.StyleSheetList

The StyleSheetList interface provides the abstraction of an ordered collection of style sheets. The items in the StyleSheetList are accessible via an integral index, starting from 0.
상속: IStyleSheetList
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
AddCssStyleSheet ( CssStyleSheet ss ) : void
GetStylesForElement ( XmlElement elt, string pseudoElt, CssCollectedStyleDeclaration csd ) : void

Used to find matching style rules in the cascading order

this ( ulong index ) : IStyleSheet

Used to retrieve a style sheet by ordinal index. If index is greater than or equal to the number of style sheets in the list, this returns null.

비공개 메소드들

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

Used to find matching style rules in the cascading order

StyleSheetList ( CssXmlDocument document ) : System

메소드 상세

AddCssStyleSheet() 공개 메소드

public AddCssStyleSheet ( CssStyleSheet ss ) : void
ss SharpVectors.Dom.Css.CssStyleSheet
리턴 void

GetStylesForElement() 공개 메소드

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

this() 공개 메소드

Used to retrieve a style sheet by ordinal index. If index is greater than or equal to the number of style sheets in the list, this returns null.
public this ( ulong index ) : IStyleSheet
index ulong
리턴 IStyleSheet