C# Класс SharpVectors.Dom.Css.CssRule

Наследование: ICssRule
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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