1 write to targetNamespace
System.Xml (1)
System\Xml\Schema\NamespaceList.cs (1)
30
this.
targetNamespace
= targetNamespace;
19 references to targetNamespace
System.Xml (19)
System\Xml\Schema\NamespaceList.cs (19)
71
get { return
targetNamespace
; }
92
return ns !=
targetNamespace
&& ns.Length != 0;
120
if (s ==
targetNamespace
) {
141
return super.
targetNamespace
== sub.
targetNamespace
;
145
return !sub.set.Contains(super.
targetNamespace
);
177
if (o1.
targetNamespace
== o2.
targetNamespace
) { //negation of same value
186
if (o1.set.Contains(o2.
targetNamespace
)) {
194
if (o2.
targetNamespace
!= string.Empty) { //clause 5, o1 is set S, o2 is not(tns)
207
if (o2.set.Contains(o2.
targetNamespace
)) {
215
if (o1.
targetNamespace
!= string.Empty) { //clause 5, o1 is set S, o2 is not(tns)
232
if (this.set.Contains(other.
targetNamespace
)) { //S contains negated ns
260
nslist.RemoveNamespace(o2.
targetNamespace
);
267
nslist.RemoveNamespace(o1.
targetNamespace
);
284
if (o1.
targetNamespace
== o2.
targetNamespace
) { //negation of same namespace name
289
if (o1.
targetNamespace
== string.Empty) { // clause 6 - o1 is negation of absent
292
else if (o2.
targetNamespace
== string.Empty) { //clause 6 - o1 is negation of absent