1 instantiation of AxisStack
System.Xml (1)
System\Xml\Schema\Asttree.cs (1)
270AxisStack stack = new AxisStack ((ForwardAxis)axisTree.SubtreeArray[i], this);
6 references to AxisStack
System.Xml (6)
System\Xml\Schema\Asttree.cs (6)
93if (! AxisStack.Equal (this.curNode.Name, this.curNode.Urn, name, URN)) { 270AxisStack stack = new AxisStack ((ForwardAxis)axisTree.SubtreeArray[i], this); 285AxisStack stack = (AxisStack)this.axisStack[i]; 316((AxisStack)axisStack[i]).MoveToParent (localname, URN, this.currentDepth); 329if (((AxisStack)axisStack[i]).MoveToAttribute(localname, URN, this.currentDepth + 1)) { // don't change depth for attribute, but depth is add 1