Method | Description | |
---|---|---|
Compile ( string format ) : |
Builds a text generator based on the given format.
|
|
FormatCompiler ( ) : System |
Initializes a new instance of a FormatCompiler.
|
|
RegisterTag ( |
Registers the given tag definition with the parser.
|
Method | Description | |
---|---|---|
buildCompoundGenerator ( |
||
findNextTag ( |
||
getArguments ( |
||
getClosingTagRegex ( string tagName ) : string | ||
getCommentTagRegex ( ) : string | ||
getKeyRegex ( ) : string | ||
getTagRegex ( |
||
getUnknownTagRegex ( ) : string | ||
prepareRegex ( |
public Compile ( string format ) : |
||
format | string | The format to parse. |
return |
public RegisterTag ( |
||
definition | The tag definition to register. | |
isTopLevel | bool | Specifies whether the tag is immediately in scope. |
return | void |