Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static string | ExportDefaultValue (TypeMapping mapping, object value) |
Static Private Member Functions | |
static XmlSchemaType | FindSchemaType (string name, XmlSchemaObjectCollection items) |
static bool | IsAnyType (XmlSchemaType schemaType, bool mixed, bool unbounded) |
static bool | NamespacesEqual (string ns1, string ns2) |
Private Attributes | |
readonly XmlSchemas | _schemas |
readonly Hashtable | _elements = new Hashtable() |
readonly Hashtable | _attributes = new Hashtable() |
readonly Hashtable | _types = new Hashtable() |
readonly Hashtable | _references = new Hashtable() |
bool | _needToExportRoot |
TypeScope | _scope |
Definition at line 8 of file XmlSchemaExporter.cs.