|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| void | BuildNamespaceList (string targetNamespace) |
| void | BuildNamespaceListV1Compat (string targetNamespace) |
| bool | Allows (XmlQualifiedName qname) |
| 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) |
| virtual XmlSchemaObject | Clone () |
Static Package Attributes | |
| static readonly XmlSchemaParticle | Empty = new EmptyParticle() |
Properties | |
| string? | Namespace [get, set] |
| XmlSchemaContentProcessing | ProcessContents [get, set] |
| NamespaceList? | NamespaceList [get] |
| string | ResolvedNamespace [get] |
| XmlSchemaContentProcessing | ProcessContentsCorrect [get] |
| override string | NameString [get] |
| string? | MinOccursString [get, set] |
| string? | MaxOccursString [get, set] |
| decimal | MinOccurs [get, set] |
| decimal | MaxOccurs [get, set] |
| virtual bool | IsEmpty [get] |
| bool | IsMultipleOccurrence [get] |
| 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] |
| virtual ? string | NameAttribute [get, set] |
| bool | IsProcessing [get, set] |
Private Types | |
| enum | Occurs { None = 0 , Min = 1 , Max = 2 } |
Private Attributes | |
| string | _ns |
| XmlSchemaContentProcessing | _processContents |
| NamespaceList | _namespaceList |
| decimal | _minOccurs = 1m |
| decimal | _maxOccurs = 1m |
| Occurs | _flags |
| string | _id |
| XmlSchemaAnnotation | _annotation |
| XmlAttribute[] | _moreAttributes |
| int | _lineNum |
| int | _linePos |
| string | _sourceUri |
| XmlSerializerNamespaces | _namespaces |
| XmlSchemaObject | _parent |
| bool | _isProcessing |
Definition at line 7 of file XmlSchemaAny.cs.