Метод | Описание | |
---|---|---|
Compile ( string format ) : Mustache.Generator |
Builds a text generator based on the given format.
|
|
FormatCompiler ( ) : System |
Initializes a new instance of a FormatCompiler.
|
|
RegisterTag ( Mustache.TagDefinition definition, bool isTopLevel ) : void |
Registers the given tag definition with the parser.
|
Метод | Описание | |
---|---|---|
buildCompoundGenerator ( Mustache.TagDefinition tagDefinition, List |
||
findNextTag ( Mustache.TagDefinition definition, string format, int formatIndex ) : |
||
getArguments ( Mustache.TagDefinition definition, |
||
getClosingTagRegex ( string tagName ) : string | ||
getCommentTagRegex ( ) : string | ||
getKeyRegex ( ) : string | ||
getTagRegex ( Mustache.TagDefinition definition ) : string | ||
getUnknownTagRegex ( ) : string | ||
prepareRegex ( Mustache.TagDefinition definition ) : |
public Compile ( string format ) : Mustache.Generator | ||
format | string | The format to parse. |
Результат | Mustache.Generator |
public RegisterTag ( Mustache.TagDefinition definition, bool isTopLevel ) : void | ||
definition | Mustache.TagDefinition | The tag definition to register. |
isTopLevel | bool | Specifies whether the tag is immediately in scope. |
Результат | void |