1 write to subtree
System.Xml (1)
System\Xml\Schema\Asttree.cs (1)
136this.subtree = faxis;
17 references to subtree
System.Xml (17)
System\Xml\Schema\Asttree.cs (17)
127get { return this.subtree; } 151AxisElement eaxis = new AxisElement (this.subtree.RootNode, depth); 182if (this.subtree.IsSelfAxis) { 187((AxisElement)stack[i]).MoveToParent (depth, this.subtree); 191if ( this.subtree.IsDss && Equal (this.subtree.RootNode.Name, this.subtree.RootNode.Urn, name, URN)) { 201if ( this.subtree.IsDss && Equal (this.subtree.RootNode.Name, this.subtree.RootNode.Urn, name, URN)) { 205if (((AxisElement)stack[i]).MoveToChild(name, URN, depth, this.subtree)) { 216if (! this.subtree.IsAttribute) { 219if (! Equal (this.subtree.TopNode.Name, this.subtree.TopNode.Urn, name, URN) ) { 226if (this.subtree.TopNode.Input == null) { 227return (this.subtree.IsDss || (depth == 1)); 232if ((eaxis.isMatch) && (eaxis.CurNode == this.subtree.TopNode.Input)) {