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
Loading...
Searching...
No Matches
System.Xml.Schema.SchemaElementDecl Class Referencesealed
+ Inheritance diagram for System.Xml.Schema.SchemaElementDecl:
+ Collaboration diagram for System.Xml.Schema.SchemaElementDecl:

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< IDtdDefaultAttributeInfoDefaultAttDefs [get, set]
 
Dictionary< XmlQualifiedName, SchemaAttDefAttDefs [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 ()
 

Private Attributes

Dictionary< XmlQualifiedName, SchemaAttDefattdefs
 
List< IDtdDefaultAttributeInfodefaultAttdefs
 
bool isIdDeclared
 
bool hasNonCDataAttribute
 
bool hasRequiredAttribute
 
bool isNotationDeclared
 
Dictionary< XmlQualifiedName, XmlQualifiedNameprohibitedAttributes
 
ContentValidator contentValidator
 
XmlSchemaAnyAttribute anyAttribute
 

Detailed Description

Definition at line 9 of file SchemaElementDecl.cs.


The documentation for this class was generated from the following file: