Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
XmlSchemaCollection () | |
XmlSchemaCollection (XmlNameTable nametable) | |
XmlSchema? | Add (string? ns, string uri) |
XmlSchema? | Add (string? ns, XmlReader reader) |
XmlSchema? | Add (string? ns, XmlReader reader, XmlResolver? resolver) |
XmlSchema? | Add (XmlSchema schema) |
XmlSchema? | Add (XmlSchema schema, XmlResolver? resolver) |
void | Add (XmlSchemaCollection schema) |
bool | Contains (XmlSchema schema) |
bool | Contains (string? ns) |
XmlSchemaCollectionEnumerator | GetEnumerator () |
void | CopyTo (XmlSchema[] array, int index) |
Package Functions | |
SchemaInfo | GetSchemaInfo (string ns) |
SchemaNames | GetSchemaNames (XmlNameTable nt) |
XmlSchema | Add (string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile) |
Properties | |
int | Count [get] |
XmlNameTable | NameTable [get] |
XmlResolver? | XmlResolver [set] |
XmlSchema? | this[string? ns] [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
int ICollection. | Count [get] |
ValidationEventHandler? | EventHandler [get, set] |
ValidationEventHandler | ValidationEventHandler |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
void ICollection. | CopyTo (Array array, int index) |
XmlSchema | Add (string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile, XmlResolver resolver) |
void | AddNonThreadSafe (string ns, XmlSchemaCollectionNode node) |
void | Add (string ns, XmlSchemaCollectionNode node) |
void | SendValidationEvent (XmlSchemaException e) |
Private Attributes | |
readonly Hashtable | _collection |
readonly XmlNameTable | _nameTable |
SchemaNames | _schemaNames |
readonly object | _wLock |
readonly bool | _isThreadSafe = true |
ValidationEventHandler | _validationEventHandler |
XmlResolver | _xmlResolver |
Definition at line 6 of file XmlSchemaCollection.cs.