Method | Description | |
---|---|---|
CreateNestedDirective ( String name ) : |
||
Init ( IRuntimeServices rs, IInternalContextAdapter context, INode node ) : void |
simple init - init the tree and get the elementKey from the AST
|
|
Render ( IInternalContextAdapter context, |
renders the #foreach() block
|
|
SupportsNestedDirective ( String name ) : bool |
Method | Description | |
---|---|---|
Foreach ( ) : System | ||
GetIterator ( IInternalContextAdapter context, INode node ) : IEnumerator |
returns an Iterator to the collection in the #foreach()
|
|
PrepareSections ( INode node ) : INode[][] | ||
ProcessSection ( ForeachSectionEnum sectionEnumType, INode sections, IInternalContextAdapter context, |
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 Render ( IInternalContextAdapter context, |
||
context | IInternalContextAdapter | |
writer | ||
node | INode | |
return | bool |
public SupportsNestedDirective ( String name ) : bool | ||
name | String | |
return | bool |