|
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 | SetAttributeType (XmlSchemaSimpleType value) |
| override XmlSchemaObject | Clone () |
| 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) |
Properties | |
| string? | DefaultValue [get, set] |
| string? | FixedValue [get, set] |
| XmlSchemaForm | Form [get, set] |
| string? | Name [get, set] |
| XmlQualifiedName | RefName [get, set] |
| XmlQualifiedName | SchemaTypeName [get, set] |
| XmlSchemaSimpleType? | SchemaType [get, set] |
| XmlSchemaUse | Use [get, set] |
| XmlQualifiedName | QualifiedName [get] |
| object? | AttributeType [get] |
| XmlSchemaSimpleType? | AttributeSchemaType [get] |
| XmlSchemaDatatype? | Datatype [get] |
| SchemaAttDef? | AttDef [get, set] |
| bool | HasDefault [get] |
| override? string | NameAttribute [get, set] |
| string? | Id [get, set] |
| XmlSchemaAnnotation? | Annotation [get, set] |
| XmlAttribute?[] | UnhandledAttributes [get, set] |
| override? string | IdAttribute [get, set] |
| int | LineNumber [get, set] |
| int | LinePosition [get, set] |
| string? | SourceUri [get, set] |
| XmlSchemaObject? | Parent [get, set] |
| XmlSerializerNamespaces | Namespaces [get, set] |
| bool | IsProcessing [get, set] |
Definition at line 7 of file XmlSchemaAttribute.cs.