Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
XmlReader | Validate (XmlReader reader, XmlResolver resolver, XmlSchemaSet schemaSet, ValidationEventHandler valEventHandler) |
void | SetQualifiedName (XmlQualifiedName value) |
void | SetElementType (XmlSchemaType value) |
void | SetBlockResolved (XmlSchemaDerivationMethod value) |
void | SetFinalResolved (XmlSchemaDerivationMethod value) |
override XmlSchemaObject | Clone () |
XmlSchemaObject | Clone (XmlSchema parentSchema) |
XmlQualifiedName | GetQualifiedName () |
override void | SetUnhandledAttributes (XmlAttribute[] moreAttributes) |
override void | AddAnnotation (XmlSchemaAnnotation annotation) |
virtual void | OnAdd (XmlSchemaObjectCollection container, object item) |
virtual void | OnRemove (XmlSchemaObjectCollection container, object item) |
virtual void | OnClear (XmlSchemaObjectCollection container) |
Static Package Attributes | |
static readonly XmlSchemaParticle | Empty = new EmptyParticle() |
Private Types | |
enum | Occurs { None = 0 , Min = 1 , Max = 2 } |
Definition at line 7 of file XmlSchemaElement.cs.