|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| 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 void | AddAnnotation (XmlSchemaAnnotation annotation) |
| virtual XmlSchemaObject | Clone () |
Properties | |
| string? | Id [get, set] |
| XmlSchemaObjectCollection | Items [get] |
| 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] |
| virtual ? string | NameAttribute [get, set] |
| bool | IsProcessing [get, set] |
Private Attributes | |
| string | _id |
| readonly XmlSchemaObjectCollection | _items = new XmlSchemaObjectCollection() |
| XmlAttribute[] | _moreAttributes |
| int | _lineNum |
| int | _linePos |
| string | _sourceUri |
| XmlSerializerNamespaces | _namespaces |
| XmlSchemaObject | _parent |
| bool | _isProcessing |
Definition at line 5 of file XmlSchemaAnnotation.cs.