C# Класс CalDavSynchronizer.Conversions.Msft.HtmlCssParser

Показать файл Открыть проект

Приватные методы

Метод Описание
GetElementPropertiesFromCssAttributes ( XmlElement htmlElement, string elementName, CssStylesheet stylesheet, Hashtable localProperties, List sourceContext ) : void
ParseCssBackground ( string styleValue, int &nextIndex, Hashtable localValues ) : void
ParseCssBorder ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssBorderStyle ( string styleValue, int &nextIndex ) : string
ParseCssClear ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssColor ( string styleValue, int &nextIndex ) : string
ParseCssColor ( string styleValue, int &nextIndex, Hashtable localValues, string propertyName ) : void
ParseCssFloat ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssFont ( string styleValue, Hashtable localProperties ) : void
ParseCssFontFamily ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssFontStyle ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssFontVariant ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssFontWeight ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssListStyle ( string styleValue, Hashtable localProperties ) : void
ParseCssListStyleImage ( string styleValue, int &nextIndex ) : string
ParseCssListStylePosition ( string styleValue, int &nextIndex ) : string
ParseCssListStyleType ( string styleValue, int &nextIndex ) : string
ParseCssRectangleProperty ( string styleValue, int &nextIndex, Hashtable localProperties, string propertyName ) : bool
ParseCssSize ( string styleValue, int &nextIndex, bool mustBeNonNegative ) : string
ParseCssSize ( string styleValue, int &nextIndex, Hashtable localValues, string propertyName, bool mustBeNonNegative ) : void
ParseCssTextAlign ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssTextDecoration ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssTextTransform ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseCssVerticalAlign ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
ParseWhiteSpace ( string styleValue, int &nextIndex ) : void
ParseWord ( string word, string styleValue, int &nextIndex ) : bool
ParseWordEnumeration ( string words, string styleValue, int &nextIndex ) : string
ParseWordEnumeration ( string words, string styleValue, int &nextIndex, Hashtable localProperties, string attributeName ) : void