NamespaceUriOf() public method

public NamespaceUriOf ( QilNode child ) : QilUnary
child QilNode
return QilUnary
Exemplo n.º 1
0
 public QilNode NamespaceUriOf(QilNode expr)
 {
     return(_f.NamespaceUriOf(expr));
 }