ElementCtor() public method

public ElementCtor ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
return QilBinary
Exemplo n.º 1
0
 //-----------------------------------------------
 // XML construction
 //-----------------------------------------------
 public QilNode ElementCtor(QilNode name, QilNode content)
 {
     return(_f.ElementCtor(name, content));
 }