|
Terraria v1.4.4.9
Terraria source code documentation
|
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 | |
| XmlNameTable | NameTable [get] |
| SchemaNames | SchemaNames [get] |
| ValidationEventHandler | EventHandler [get] |
| XmlSchemaCompilationSettings | CompilationSettings [get] |
| bool | HasErrors [get] |
Private Member Functions | |
| bool | IsValidAttributeGroupRedefine (XmlSchemaObject existingObject, XmlSchemaObject item, XmlSchemaObjectTable table) |
| bool | IsValidGroupRedefine (XmlSchemaObject existingObject, XmlSchemaObject item, XmlSchemaObjectTable table) |
| bool | IsValidTypeRedefine (XmlSchemaObject existingObject, XmlSchemaObject item, XmlSchemaObjectTable table) |
Private Attributes | |
| readonly XmlNameTable | _nameTable |
| SchemaNames | _schemaNames |
| readonly ValidationEventHandler | _eventHandler |
| readonly XmlSchemaCompilationSettings | _compilationSettings |
| int | _errorCount |
| readonly string | _nsXml |
Definition at line 3 of file BaseProcessor.cs.