C# Class System.Xml.Schema.NamespaceList

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Allows ( XmlQualifiedName qname ) : bool
Allows ( string ns ) : bool
Clone ( ) : NamespaceList
Intersection ( NamespaceList o1, NamespaceList o2, bool v1Compat ) : NamespaceList
IsEmpty ( ) : bool
IsSubset ( NamespaceList sub, NamespaceList super ) : bool
NamespaceList ( ) : System.Collections
NamespaceList ( string namespaces, string targetNamespace ) : System.Collections
ToString ( ) : string
Union ( NamespaceList o1, NamespaceList o2, bool v1Compat ) : NamespaceList

Private Methods

Method Description
CompareSetToOther ( NamespaceList other ) : NamespaceList
RemoveNamespace ( string tns ) : void

Method Details

Allows() public method

public Allows ( XmlQualifiedName qname ) : bool
qname XmlQualifiedName
return bool

Allows() public method

public Allows ( string ns ) : bool
ns string
return bool

Clone() public method

public Clone ( ) : NamespaceList
return NamespaceList

Intersection() public static method

public static Intersection ( NamespaceList o1, NamespaceList o2, bool v1Compat ) : NamespaceList
o1 NamespaceList
o2 NamespaceList
v1Compat bool
return NamespaceList

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

IsSubset() public static method

public static IsSubset ( NamespaceList sub, NamespaceList super ) : bool
sub NamespaceList
super NamespaceList
return bool

NamespaceList() public method

public NamespaceList ( ) : System.Collections
return System.Collections

NamespaceList() public method

public NamespaceList ( string namespaces, string targetNamespace ) : System.Collections
namespaces string
targetNamespace string
return System.Collections

ToString() public method

public ToString ( ) : string
return string

Union() public static method

public static Union ( NamespaceList o1, NamespaceList o2, bool v1Compat ) : NamespaceList
o1 NamespaceList
o2 NamespaceList
v1Compat bool
return NamespaceList