Property | Type | Description | |
---|---|---|---|
runtimeServices | IRuntimeServices |
Method | Description | |
---|---|---|
CreateNestedDirective ( String name ) : |
||
Init ( IRuntimeServices rs, IInternalContextAdapter context, INode node ) : void |
How this directive is to be initialized.
|
|
Render ( IInternalContextAdapter context, |
How this directive is to be rendered
|
|
SetLocation ( int line, int column ) : void |
Allows the template location to be set
|
|
SupportsNestedDirective ( String name ) : bool |
public CreateNestedDirective ( String name ) : |
||
name | String | |
return |
public Init ( IRuntimeServices rs, IInternalContextAdapter context, INode node ) : void | ||
rs | IRuntimeServices | |
context | IInternalContextAdapter | |
node | INode | |
return | void |
public abstract Render ( IInternalContextAdapter context, |
||
context | IInternalContextAdapter | |
writer | ||
node | INode | |
return | bool |
public SetLocation ( int line, int column ) : void | ||
line | int | |
column | int | |
return | void |
public SupportsNestedDirective ( String name ) : bool | ||
name | String | |
return | bool |