Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.NamespaceList Class Reference

Public Types

enum  ListType { Any , Other , Set }
 

Public Member Functions

 NamespaceList ()
 
 NamespaceList (string namespaces, string targetNamespace)
 
NamespaceList Clone ()
 
virtual bool Allows (string ns)
 
bool Allows (XmlQualifiedName qname)
 
override string ToString ()
 

Static Public Member Functions

static bool IsSubset (NamespaceList sub, NamespaceList super)
 
static NamespaceList Union (NamespaceList o1, NamespaceList o2, bool v1Compat)
 
static NamespaceList Intersection (NamespaceList o1, NamespaceList o2, bool v1Compat)
 

Properties

ListType Type [get]
 
string Excluded [get]
 
ICollection Enumerate [get]
 

Private Member Functions

NamespaceList CompareSetToOther (NamespaceList other)
 
void RemoveNamespace (string tns)
 

Private Attributes

ListType _type
 
Hashtable _set
 
readonly string _targetNamespace
 

Detailed Description

Definition at line 6 of file NamespaceList.cs.


The documentation for this class was generated from the following file: