|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XmlSchemaSet () | |
| XmlSchemaSet (XmlNameTable nameTable) | |
| XmlSchema? | Add (string? targetNamespace, string schemaUri) |
| XmlSchema? | Add (string? targetNamespace, XmlReader schemaDocument) |
| void | Add (XmlSchemaSet schemas) |
| XmlSchema? | Add (XmlSchema schema) |
| XmlSchema? | Remove (XmlSchema schema) |
| bool | RemoveRecursive (XmlSchema schemaToRemove) |
| bool | Contains (string? targetNamespace) |
| bool | Contains (XmlSchema schema) |
| void | Compile () |
| XmlSchema | Reprocess (XmlSchema schema) |
| void | CopyTo (XmlSchema[] schemas, int index) |
| ICollection | Schemas () |
| ICollection | Schemas (string? targetNamespace) |
Package Attributes | |
| XmlSchemaObjectTable | elements |
| XmlSchemaObjectTable | attributes |
| XmlSchemaObjectTable | schemaTypes |
| XmlSchemaObjectTable | substitutionGroups |
Properties | |
| object | InternalSyncObject [get] |
| XmlNameTable | NameTable [get] |
| bool | IsCompiled [get] |
| XmlResolver? | XmlResolver [set] |
| XmlSchemaCompilationSettings | CompilationSettings [get, set] |
| int | Count [get] |
| XmlSchemaObjectTable | GlobalElements [get] |
| XmlSchemaObjectTable | GlobalAttributes [get] |
| XmlSchemaObjectTable | GlobalTypes [get] |
| XmlSchemaObjectTable | SubstitutionGroups [get] |
| Hashtable | SchemaLocations [get] |
| XmlSchemaObjectTable | TypeExtensions [get] |
| SchemaInfo | CompiledInfo [get] |
| XmlReaderSettings | ReaderSettings [get] |
| SortedList | SortedSchemas [get] |
| ValidationEventHandler | ValidationEventHandler |
Private Attributes | |
| readonly XmlNameTable | _nameTable |
| SchemaNames | _schemaNames |
| readonly SortedList | _schemas |
| readonly ValidationEventHandler | _internalEventHandler |
| ValidationEventHandler | _eventHandler |
| bool | _isCompiled |
| readonly Hashtable | _schemaLocations |
| readonly Hashtable | _chameleonSchemas |
| readonly Hashtable | _targetNamespaces |
| bool | _compileAll |
| SchemaInfo | _cachedCompiledInfo |
| readonly XmlReaderSettings | _readerSettings |
| XmlSchema | _schemaForSchema |
| XmlSchemaCompilationSettings | _compilationSettings |
| XmlSchemaObjectTable | _typeExtensions |
| object | _internalSyncObject |
Definition at line 8 of file XmlSchemaSet.cs.