|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XmlSchemaRedefine () | |
Package Functions | |
| override void | AddAnnotation (XmlSchemaAnnotation annotation) |
| override void | SetUnhandledAttributes (XmlAttribute[] moreAttributes) |
| virtual void | OnAdd (XmlSchemaObjectCollection container, object item) |
| virtual void | OnRemove (XmlSchemaObjectCollection container, object item) |
| virtual void | OnClear (XmlSchemaObjectCollection container) |
| virtual XmlSchemaObject | Clone () |
Properties | |
| XmlSchemaObjectCollection | Items [get] |
| XmlSchemaObjectTable | AttributeGroups [get] |
| XmlSchemaObjectTable | SchemaTypes [get] |
| XmlSchemaObjectTable | Groups [get] |
| string? | SchemaLocation [get, set] |
| XmlSchema? | Schema [get, set] |
| string? | Id [get, set] |
| XmlAttribute?[] | UnhandledAttributes [get, set] |
| Uri? | BaseUri [get, set] |
| override? string | IdAttribute [get, set] |
| Compositor | Compositor [get, set] |
| int | LineNumber [get, set] |
| int | LinePosition [get, set] |
| string? | SourceUri [get, set] |
| XmlSchemaObject? | Parent [get, set] |
| XmlSerializerNamespaces | Namespaces [get, set] |
| virtual ? string | NameAttribute [get, set] |
| bool | IsProcessing [get, set] |
Private Attributes | |
| readonly XmlSchemaObjectCollection | _items = new XmlSchemaObjectCollection() |
| readonly XmlSchemaObjectTable | _attributeGroups = new XmlSchemaObjectTable() |
| readonly XmlSchemaObjectTable | _types = new XmlSchemaObjectTable() |
| readonly XmlSchemaObjectTable | _groups = new XmlSchemaObjectTable() |
| string | _location |
| Uri | _baseUri |
| XmlSchema | _schema |
| string | _id |
| XmlAttribute[] | _moreAttributes |
| Compositor | _compositor |
| int | _lineNum |
| int | _linePos |
| string | _sourceUri |
| XmlSerializerNamespaces | _namespaces |
| XmlSchemaObject | _parent |
| bool | _isProcessing |
Definition at line 5 of file XmlSchemaRedefine.cs.