C# Class SyntaxHighlighter.HtmlParser

HTML → ufcpp.net で使ってる XML に変換。 Productivity Power Tool が出力する HTML を読み込む。 改行文字は <br/> タグになってる前提。
Inheritance: IParser
Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Свойство Type Description
ColorToTagNameCsharp string>.IDictionary
ColorToTagNameXml string>.IDictionary

Méthodes publiques

Méthode Description
HtmlParser ( Mode mode ) : System
Parse ( string text ) : string

Method Details

HtmlParser() public méthode

public HtmlParser ( Mode mode ) : System
mode Mode
Résultat System

Parse() public méthode

public Parse ( string text ) : string
text string
Résultat string

Property Details

ColorToTagNameCsharp public_oe static_oe property

public static IDictionary ColorToTagNameCsharp
Résultat string>.IDictionary

ColorToTagNameXml public_oe static_oe property

public static IDictionary ColorToTagNameXml
Résultat string>.IDictionary