|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| virtual void | OnAdd (XmlSchemaObjectCollection container, object item) |
| virtual void | OnRemove (XmlSchemaObjectCollection container, object item) |
| virtual void | OnClear (XmlSchemaObjectCollection container) |
| virtual void | SetUnhandledAttributes (XmlAttribute[] moreAttributes) |
| virtual void | AddAnnotation (XmlSchemaAnnotation annotation) |
| virtual XmlSchemaObject | Clone () |
Properties | |
| string? | Source [get, set] |
| string? | Language [get, set] |
| XmlNode??[] | Markup [get, set] |
| int | LineNumber [get, set] |
| int | LinePosition [get, set] |
| string? | SourceUri [get, set] |
| XmlSchemaObject? | Parent [get, set] |
| XmlSerializerNamespaces | Namespaces [get, set] |
| virtual ? string | IdAttribute [get, set] |
| virtual ? string | NameAttribute [get, set] |
| bool | IsProcessing [get, set] |
Private Attributes | |
| string | _source |
| string | _language |
| XmlNode[] | _markup |
| int | _lineNum |
| int | _linePos |
| string | _sourceUri |
| XmlSerializerNamespaces | _namespaces |
| XmlSchemaObject | _parent |
| bool | _isProcessing |
Static Private Attributes | |
| static readonly XmlSchemaSimpleType | s_languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName("language", "http://www.w3.org/2001/XMLSchema")) |
Definition at line 6 of file XmlSchemaDocumentation.cs.