4 writes to Urn
System.Xml (4)
System\Xml\Schema\Asttree.cs (4)
354
this.
Urn
= axis.Urn;
602
axis.
Urn
= nsmgr.LookupNamespace(axis.Prefix);
608
axis.
Urn
= null;
610
axis.
Urn
= "";
6 references to Urn
System.Xml (6)
System\Xml\Schema\Asttree.cs (6)
93
if (! AxisStack.Equal (this.curNode.Name, this.curNode.
Urn
, name, URN)) {
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)) {
219
if (! Equal (this.subtree.TopNode.Name, this.subtree.TopNode.
Urn
, name, URN) ) {
354
this.Urn = axis.
Urn
;
604
if (axis.
Urn
== null) {