Method | Description | |
---|---|---|
InitDocument ( ) : void |
initializes the document. init() is not longer dependant upon context, but we need to let the init() carry the template name down through for VM namespace features
|
|
Merge ( IContext context, |
The AST node structure is merged with the context to produce the final output. Throws IOException if failure is due to a file related issue, and Exception otherwise
|
|
Process ( ) : bool |
Gets the named resource as a stream, parses and inits.
|
Method | Description | |
---|---|---|
ObtainStream ( ) : Stream |
public Merge ( IContext context, |
||
context | IContext | Context with data elements accessed by template |
writer | writer for rendered template | |
return | void |