C# Class CodeKicker.BBCode.SyntaxTree.TextNode

Inheritance: SyntaxTreeNode
Datei anzeigen Open project: Pablissimo/CodeKicker.BBCode-Mod Class Usage Examples

Public Methods

Method Description
SetSubNodes ( IEnumerable subNodes ) : SyntaxTreeNode
TextNode ( string text ) : System
TextNode ( string text, string htmlTemplate ) : System
ToBBCode ( ) : string
ToHtml ( ) : string
ToText ( ) : string

Protected Methods

Method Description
EqualsCore ( SyntaxTreeNode b ) : bool

Private Methods

Method Description
AcceptVisitor ( SyntaxTreeVisitor visitor ) : SyntaxTreeNode

Method Details

EqualsCore() protected method

protected EqualsCore ( SyntaxTreeNode b ) : bool
b SyntaxTreeNode
return bool

SetSubNodes() public method

public SetSubNodes ( IEnumerable subNodes ) : SyntaxTreeNode
subNodes IEnumerable
return SyntaxTreeNode

TextNode() public method

public TextNode ( string text ) : System
text string
return System

TextNode() public method

public TextNode ( string text, string htmlTemplate ) : System
text string
htmlTemplate string
return System

ToBBCode() public method

public ToBBCode ( ) : string
return string

ToHtml() public method

public ToHtml ( ) : string
return string

ToText() public method

public ToText ( ) : string
return string