Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
void | BuildNamespaceList (string targetNamespace) |
void | BuildNamespaceListV1Compat (string targetNamespace) |
bool | Allows (XmlQualifiedName qname) |
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 Functions | |
static bool | IsSubset (XmlSchemaAnyAttribute sub, XmlSchemaAnyAttribute super) |
static XmlSchemaAnyAttribute | Intersection (XmlSchemaAnyAttribute o1, XmlSchemaAnyAttribute o2, bool v1Compat) |
static XmlSchemaAnyAttribute | Union (XmlSchemaAnyAttribute o1, XmlSchemaAnyAttribute o2, bool v1Compat) |
Properties | |
string? | Namespace [get, set] |
XmlSchemaContentProcessing | ProcessContents [get, set] |
NamespaceList? | NamespaceList [get] |
XmlSchemaContentProcessing | ProcessContentsCorrect [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] |
Definition at line 6 of file XmlSchemaAnyAttribute.cs.