|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| SchemaCollectionPreprocessor (XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler) | |
| bool | Execute (XmlSchema schema, string targetNamespace, bool loadExternals, XmlSchemaCollection xsc) |
Protected Member Functions | |
| void | AddToTable (XmlSchemaObjectTable table, XmlQualifiedName qname, XmlSchemaObject item) |
| void | SendValidationEvent (string code, XmlSchemaObject source) |
| void | SendValidationEvent (string code, string msg, XmlSchemaObject source) |
| void | SendValidationEvent (string code, string msg1, string msg2, XmlSchemaObject source) |
| void | SendValidationEvent (string code, string[] args, Exception innerException, XmlSchemaObject source) |
| void | SendValidationEvent (string code, string msg1, string msg2, string sourceUri, int lineNumber, int linePosition) |
| void | SendValidationEvent (string code, XmlSchemaObject source, XmlSeverityType severity) |
| void | SendValidationEvent (XmlSchemaException e) |
| void | SendValidationEvent (string code, string msg, XmlSchemaObject source, XmlSeverityType severity) |
| void | SendValidationEvent (XmlSchemaException e, XmlSeverityType severity) |
| void | SendValidationEventNoThrow (XmlSchemaException e, XmlSeverityType severity) |
Properties | |
| XmlResolver | XmlResolver [set] |
| XmlNameTable | NameTable [get] |
| SchemaNames | SchemaNames [get] |
| ValidationEventHandler | EventHandler [get] |
| XmlSchemaCompilationSettings | CompilationSettings [get] |
| bool | HasErrors [get] |
Private Types | |
| enum | Compositor { Root , Include , Import } |
Definition at line 7 of file SchemaCollectionPreprocessor.cs.