C# Класс DvachBrowser.Assets.Controls.HtmlElementToXamlElementConverter

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

Открытые методы

Метод Описание
ConvertHtmlEntitiesToXaml ( IEnumerable elements ) : ICollection
ConvertHtmlEntityToXaml ( System.Xml.Linq.XNode node ) : System.Xml.Linq.XNode
ConvertHtmlToParagraph ( System.Xml.Linq.XDocument html ) : System.Xml.Linq.XElement
ConvertHtmlToXamlString ( System.Xml.Linq.XDocument html ) : string
HtmlElementToXamlElementConverter ( ) : System

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

Метод Описание
CreateComplexSpan ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateHyperlink ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateSimpleBold ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateSimpleCode ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateSimpleItalic ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateSimpleSpan ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateSimpleStrike ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateSimpleSubscript ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
CreateSimpleSuperscript ( System.Xml.Linq.XElement element, ICollection content ) : System.Xml.Linq.XElement
GetDefaultMargin ( ) : double
GetDefaultMarginAttribute ( ICollection nodes ) : System.Xml.Linq.XAttribute
HasInnerElements ( ICollection nodes ) : bool
HasUiElements ( ICollection nodes ) : bool

Описание методов

ConvertHtmlEntitiesToXaml() публичный Метод

public ConvertHtmlEntitiesToXaml ( IEnumerable elements ) : ICollection
elements IEnumerable
Результат ICollection

ConvertHtmlEntityToXaml() публичный Метод

public ConvertHtmlEntityToXaml ( System.Xml.Linq.XNode node ) : System.Xml.Linq.XNode
node System.Xml.Linq.XNode
Результат System.Xml.Linq.XNode

ConvertHtmlToParagraph() публичный Метод

public ConvertHtmlToParagraph ( System.Xml.Linq.XDocument html ) : System.Xml.Linq.XElement
html System.Xml.Linq.XDocument
Результат System.Xml.Linq.XElement

ConvertHtmlToXamlString() публичный Метод

public ConvertHtmlToXamlString ( System.Xml.Linq.XDocument html ) : string
html System.Xml.Linq.XDocument
Результат string

HtmlElementToXamlElementConverter() публичный Метод

public HtmlElementToXamlElementConverter ( ) : System
Результат System