Method | Description | |
---|---|---|
Allows ( XmlQualifiedName qname ) : bool | ||
Allows ( string ns ) : bool | ||
Clone ( ) : |
||
Intersection ( |
||
IsEmpty ( ) : bool | ||
IsSubset ( |
||
NamespaceList ( ) : System.Collections | ||
NamespaceList ( string namespaces, string targetNamespace ) : System.Collections | ||
ToString ( ) : string | ||
Union ( |
Method | Description | |
---|---|---|
CompareSetToOther ( |
||
RemoveNamespace ( string tns ) : void |
public Allows ( XmlQualifiedName qname ) : bool | ||
qname | XmlQualifiedName | |
return | bool |
public static Intersection ( |
||
o1 | ||
o2 | ||
v1Compat | bool | |
return |
public static IsSubset ( |
||
sub | ||
super | ||
return | bool |
public NamespaceList ( ) : System.Collections | ||
return | System.Collections |
public NamespaceList ( string namespaces, string targetNamespace ) : System.Collections | ||
namespaces | string | |
targetNamespace | string | |
return | System.Collections |
public static Union ( |
||
o1 | ||
o2 | ||
v1Compat | bool | |
return |