Property | Type | Description | |
---|---|---|---|
CaseSensitive | bool | ||
Char | char | ||
ChildNodes | Alsing.Text.TokenTreeNode[] | ||
ContainsCaseInsensitiveData | bool | ||
Count | long | ||
FirstExpression | |||
IsEnd | bool | ||
NeedSeparators | bool | ||
NextSibling | |||
Tags | object[] |
Method | Description | |
---|---|---|
AddPattern ( bool caseSensitive, bool needSeparators, IPatternMatcher matcher, object tags ) : void | ||
AddPattern ( string prefix, bool caseSensitive, bool needSeparators, IPatternMatcher matcher, object tags ) : void | ||
AddToken ( string token, bool caseSensitive, bool needSeparators, object tags ) : void | ||
AddTokenInternal ( string token, bool caseSensitive ) : |
||
GetNextNode ( char c ) : |
||
ToString ( ) : string | ||
TokenTreeNode ( ) : System |
Method | Description | |
---|---|---|
GetMatchingNode ( char childChar, |
||
MakeRepeatingWS ( |
public AddPattern ( bool caseSensitive, bool needSeparators, IPatternMatcher matcher, object tags ) : void | ||
caseSensitive | bool | |
needSeparators | bool | |
matcher | IPatternMatcher | |
tags | object | |
return | void |
public AddPattern ( string prefix, bool caseSensitive, bool needSeparators, IPatternMatcher matcher, object tags ) : void | ||
prefix | string | |
caseSensitive | bool | |
needSeparators | bool | |
matcher | IPatternMatcher | |
tags | object | |
return | void |
public AddToken ( string token, bool caseSensitive, bool needSeparators, object tags ) : void | ||
token | string | |
caseSensitive | bool | |
needSeparators | bool | |
tags | object | |
return | void |
public AddTokenInternal ( string token, bool caseSensitive ) : |
||
token | string | |
caseSensitive | bool | |
return |
public GetNextNode ( char c ) : |
||
c | char | |
return |
public TokenTreeNode[],Alsing.Text ChildNodes | ||
return | Alsing.Text.TokenTreeNode[] |
public PatternMatchReference,Alsing.Text.PatternMatchers FirstExpression | ||
return |