terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Protected Attributes | |
XmlQualifiedName | name |
string | prefix |
bool | isDeclaredInExternal |
SchemaDeclBase.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) | |
void | AddAttDef (SchemaAttDef attdef) |
SchemaAttDef | GetAttDef (XmlQualifiedName qname) |
void | AddValue (string value) |
Static Package Functions | |
static SchemaElementDecl | CreateAnyTypeElementDecl () |
Static Package Attributes | |
static readonly SchemaElementDecl | Empty |
Properties | |
bool IDtdAttributeListInfo. | HasNonCDataAttributes [get] |
bool | IsIdDeclared [get, set] |
bool | HasNonCDataAttribute [get, set] |
bool | IsNotationDeclared [get, set] |
ContentValidator | ContentValidator [get, set] |
XmlSchemaAnyAttribute | AnyAttribute [set] |
IList< IDtdDefaultAttributeInfo > | DefaultAttDefs [get] |
Dictionary< XmlQualifiedName, SchemaAttDef > | AttDefs [get] |
XmlQualifiedName | Name [get] |
string | Prefix [get] |
bool | IsDeclaredInExternal [get, set] |
SchemaDeclBase.Use | Presence [get, set] |
XmlSchemaType | SchemaType [set] |
XmlSchemaDatatype | Datatype [get, set] |
List< string > | Values [get] |
string | DefaultValueRaw [get] |
object | DefaultValueTyped [get, set] |
Private Member Functions | |
IDtdAttributeInfo IDtdAttributeListInfo. | LookupAttribute (string prefix, string localName) |
IEnumerable< IDtdDefaultAttributeInfo > IDtdAttributeListInfo. | LookupDefaultAttributes () |
Static Private Member Functions | |
static | SchemaElementDecl () |
Definition at line 7 of file SchemaElementDecl.cs.