AncestorOrSelf() public method

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