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