Method | Description | |
---|---|---|
SetSubNodes ( IEnumerable |
||
TagNode ( BBTag tag ) : System | ||
TagNode ( BBTag tag, IEnumerable |
||
ToBBCode ( ) : string | ||
ToHtml ( ) : string | ||
ToText ( ) : string |
Method | Description | |
---|---|---|
EqualsCore ( SyntaxTreeNode b ) : bool |
Method | Description | |
---|---|---|
AcceptVisitor ( |
||
GetContent ( ) : string | ||
ReplaceAttribute ( string output, BBAttribute attribute, string rawValue, string placeholderStr, string>.Dictionary |
||
ReplaceAttributeValues ( string template, string content ) : string | ||
TryGetValue ( BBAttribute attr ) : string |
protected EqualsCore ( SyntaxTreeNode b ) : bool | ||
b | SyntaxTreeNode | |
return | bool |
public SetSubNodes ( IEnumerable |
||
subNodes | IEnumerable |
|
return | SyntaxTreeNode |
public TagNode ( BBTag tag, IEnumerable |
||
tag | BBTag | |
subNodes | IEnumerable |
|
return | System |