C# 클래스 System.Xml.Schema.NamespaceList

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CompareSetToOther ( NamespaceList other ) : NamespaceList
RemoveNamespace ( string tns ) : void

메소드 상세

Allows() 공개 메소드

public Allows ( XmlQualifiedName qname ) : bool
qname XmlQualifiedName
리턴 bool

Allows() 공개 메소드

public Allows ( string ns ) : bool
ns string
리턴 bool

Clone() 공개 메소드

public Clone ( ) : NamespaceList
리턴 NamespaceList

Intersection() 공개 정적인 메소드

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

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

IsSubset() 공개 정적인 메소드

public static IsSubset ( NamespaceList sub, NamespaceList super ) : bool
sub NamespaceList
super NamespaceList
리턴 bool

NamespaceList() 공개 메소드

public NamespaceList ( ) : System.Collections
리턴 System.Collections

NamespaceList() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Union() 공개 정적인 메소드

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