terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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 System.Xml.IDtdAttributeListInfo. | HasNonCDataAttributes [get, set] |
bool | IsIdDeclared [get, set] |
bool | HasNonCDataAttribute [get, set] |
bool | IsNotationDeclared [get, set] |
ContentValidator | ContentValidator [get, set] |
XmlSchemaAnyAttribute | AnyAttribute [set] |
IList< IDtdDefaultAttributeInfo > | DefaultAttDefs [get, set] |
Dictionary< XmlQualifiedName, SchemaAttDef > | AttDefs [get, set] |
XmlQualifiedName | Name [get, set] |
string | Prefix [get, set] |
bool | IsDeclaredInExternal [get, set] |
SchemaDeclBase.Use | Presence [get, set] |
XmlSchemaType | SchemaType [set] |
XmlSchemaDatatype | Datatype [get, set] |
List< string > | Values [get, set] |
string | DefaultValueRaw [get, set] |
object | DefaultValueTyped [get, set] |
Private Member Functions | |
IDtdAttributeInfo System.Xml.IDtdAttributeListInfo. | LookupAttribute (string prefix, string localName) |
IEnumerable< IDtdDefaultAttributeInfo > System.Xml.IDtdAttributeListInfo. | LookupDefaultAttributes () |
Static Private Member Functions | |
static | SchemaElementDecl () |
Definition at line 9 of file SchemaElementDecl.cs.