예제 #1
0
 public override void Reset()
 {
     position    = 0;
     currentNode = null; // After this current will not point to context node from Evaluate() call
                         // But this is ok, because there is no public Reset() on XPathNodeIterator
     qyInput.Reset();
 }
예제 #2
0
 public override void Reset()
 {
     qy1.Reset();
     qy2.Reset();
     _advance1 = true;
     _advance2 = true;
     _nextNode = null;
 }
예제 #3
0
 public override void Reset()
 {
     _cond.Reset();
     base.Reset();
 }
예제 #4
0
 public override void Reset()
 {
     _query.Reset();
 }
예제 #5
0
 public void Reset()
 {
     _opnd.Reset();
 }