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