| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class represent: {#if}.
| Constructor Summary | |
opIF(oper, par)
Create a new conditional node. |
|
| Method Summary | |
String
|
get(d, param, element, deep)
Process node depend on conditional and get the html string. |
BaseNode
|
getParent()
Get a parent node. |
|
push(e)
Add node 'e' to array. |
|
switchToElse()
Switch from collection onTrue to onFalse. |
| Methods inherited from class |
| BaseArray() |
| Constructor Detail |
opIF(oper, par)
string oper - content of operator {#..}
object par - parent node
| Method Detail |
String get(d, param, element, deep)
object d - data
object param - parameters
Element element - a HTML element
Number deep
String
BaseNode getParent()
BaseNode
push(e)
BaseNode e - a node
switchToElse()