Метод | Описание | |
---|---|---|
AppendText ( string textToAppend, Stack |
||
BBCodeParser ( ErrorMode errorMode, string textNodeHtmlTemplate, IList |
||
BBCodeParser ( IList |
||
ParseSyntaxTree ( string bbCode ) : |
||
ToHtml ( string bbCode ) : string |
Метод | Описание | |
---|---|---|
ErrorOrReturn ( string msgKey ) : bool | ||
MatchStartTag ( string bbCode, int &pos, Stack |
||
MatchTagEnd ( string bbCode, int &pos, Stack |
||
MatchTextNode ( string bbCode, int &pos, Stack |
||
ParseAttributeValue ( string input, int &pos, bool greedyProcessing = false ) : string | ||
ParseChar ( string input, int &pos, char c ) : bool | ||
ParseLimitedWhitespace ( string input, int &pos, int maxNewlinesToConsume ) : bool | ||
ParseName ( string input, int &pos ) : string | ||
ParseTagEnd ( string input, int &pos ) : string | ||
ParseTagStart ( string input, int &pos ) : |
||
ParseText ( string input, int &pos ) : string | ||
ParseWhitespace ( string input, int &pos ) : bool |
public AppendText ( string textToAppend, Stack |
||
textToAppend | string | |
stack | Stack |
|
Результат | void |
public BBCodeParser ( ErrorMode errorMode, string textNodeHtmlTemplate, IList |
||
errorMode | ErrorMode | |
textNodeHtmlTemplate | string | |
tags | IList |
|
Результат | System |
public BBCodeParser ( IList |
||
tags | IList |
|
Результат | System |
public ParseSyntaxTree ( string bbCode ) : |
||
bbCode | string | |
Результат |