NamespaceUriOf() public method

public NamespaceUriOf ( QilNode child ) : QilUnary
child QilNode
return QilUnary
 public QilNode NamespaceUriOf(QilNode expr)
 {
     return(_f.NamespaceUriOf(expr));
 }