Method | Description | |
---|---|---|
Init ( IRuntimeServices rs, IInternalContextAdapter context, INode node ) : void |
simple init - init the tree and get the elementKey from the AST
|
|
Render ( IInternalContextAdapter context, TextWriter writer, INode node ) : bool |
iterates through the argument list and renders every argument that is appropriate. Any non appropriate arguments are logged, but render() continues.
|
Method | Description | |
---|---|---|
OutputErrorToStream ( TextWriter writer, String msg ) : void |
Puts a message to the render output stream if ERRORMSG_START / END are valid property strings. Mainly used for end-user template debugging.
|
|
RenderOutput ( INode node, IInternalContextAdapter context, TextWriter writer ) : bool |
does the actual rendering of the included file
|
public Init ( IRuntimeServices rs, IInternalContextAdapter context, INode node ) : void | ||
rs | IRuntimeServices | |
context | IInternalContextAdapter | |
node | INode | |
return | void |
public Render ( IInternalContextAdapter context, TextWriter writer, INode node ) : bool | ||
context | IInternalContextAdapter | |
writer | TextWriter | |
node | INode | |
return | bool |