|
Terraria v1.4.4.9
Terraria source code documentation
|
Protected Attributes | |
| XmlQualifiedName | name = XmlQualifiedName.Empty |
| string | prefix |
| bool | isDeclaredInExternal |
| Use | presence |
| XmlSchemaType | schemaType |
| XmlSchemaDatatype | datatype |
| string | defaultValueRaw |
| object | defaultValueTyped |
| long | maxLength |
| long | minLength |
| List< string > | values |
Package Types | |
| enum | Use { Default , Required , Implied , Fixed , RequiredFixed } |
Package Functions | |
| SchemaElementDecl () | |
| SchemaElementDecl (XmlSchemaDatatype dtype) | |
| SchemaElementDecl (XmlQualifiedName name, string prefix) | |
| SchemaElementDecl | Clone () |
| void | AddAttDef (SchemaAttDef attdef) |
| SchemaAttDef | GetAttDef (XmlQualifiedName qname) |
| void | CheckAttributes (Hashtable presence, bool standalone) |
| void | AddValue (string value) |
| bool | CheckEnumeration (object pVal) |
| bool | CheckValue (object pVal) |
Static Package Functions | |
| static SchemaElementDecl | CreateAnyTypeElementDecl () |
Static Package Attributes | |
| static readonly SchemaElementDecl | Empty = new SchemaElementDecl() |
Private Member Functions | |
| IDtdAttributeInfo IDtdAttributeListInfo. | LookupAttribute (string prefix, string localName) |
| IEnumerable< IDtdDefaultAttributeInfo > IDtdAttributeListInfo. | LookupDefaultAttributes () |
| IDtdAttributeInfo IDtdAttributeListInfo. | LookupIdAttribute () |
Definition at line 6 of file SchemaElementDecl.cs.