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