Ancestor() public method

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