Ejemplo n.º 1
0
 private int Descend()
 {
     step = step.NextStep;
     return(++depth);
 }
Ejemplo n.º 2
0
 internal void MakeNotCreatable()
 {
     firstStep = null;
     depth     = 0;
 }
Ejemplo n.º 3
0
 private void ResetDepth()
 {
     step  = xpath.FirstStep;
     depth = 0;
 }