|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
| static bool | NamespacesEqual (string ns1, string ns2) |
| static XmlSchemaType | GetSchemaType (XmlSchemaSet schemas, XmlQualifiedName typeQName, out XmlSchema outSchema) |
| static XmlSchemaElement | GetSchemaElement (XmlSchemaSet schemas, XmlQualifiedName elementQName, out XmlSchema outSchema) |
| static XmlSchema | GetSchema (string ns, XmlSchemaSet schemas) |
| static void | AddElementForm (XmlSchemaElement element, XmlSchema schema) |
| static void | AddSchemaImport (string ns, XmlSchema schema) |
Static Private Member Functions | |
| static XmlSchema | CreateSchema (string ns, XmlSchemaSet schemas) |
Definition at line 7 of file SchemaHelper.cs.