Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ XmlNameEx()

System.Xml.XmlNameEx.XmlNameEx ( string prefix,
string localName,
string ns,
int hashCode,
XmlDocument ownerDoc,
XmlName next,
IXmlSchemaInfo schemaInfo )
inlinepackage

Definition at line 39 of file XmlNameEx.cs.

40 : base(prefix, localName, ns, hashCode, ownerDoc, next)
41 {
42 SetValidity(schemaInfo.Validity);
43 SetIsDefault(schemaInfo.IsDefault);
44 SetIsNil(schemaInfo.IsNil);
45 _memberType = schemaInfo.MemberType;
46 _schemaType = schemaInfo.SchemaType;
48 }
readonly XmlSchemaType _schemaType
Definition XmlNameEx.cs:11
void SetValidity(XmlSchemaValidity value)
Definition XmlNameEx.cs:50
readonly XmlSchemaSimpleType _memberType
Definition XmlNameEx.cs:9
override XmlSchemaAttribute SchemaAttribute
Definition XmlNameEx.cs:37
void SetIsNil(bool value)
Definition XmlNameEx.cs:67
readonly object _decl
Definition XmlNameEx.cs:13
void SetIsDefault(bool value)
Definition XmlNameEx.cs:55
XmlDocument ownerDoc
Definition XmlName.cs:17
XmlSchemaSimpleType? MemberType

References System.Xml.XmlNameEx._decl, System.Xml.XmlNameEx._memberType, System.Xml.XmlNameEx._schemaType, System.Xml.Dictionary, System.Xml.Schema.IXmlSchemaInfo.IsDefault, System.Xml.Schema.IXmlSchemaInfo.IsNil, System.Xml.Schema.IXmlSchemaInfo.MemberType, System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute, System.Xml.Schema.IXmlSchemaInfo.SchemaElement, System.Xml.Schema.IXmlSchemaInfo.SchemaType, System.Xml.XmlNameEx.SetIsDefault(), System.Xml.XmlNameEx.SetIsNil(), System.Xml.XmlNameEx.SetValidity(), and System.Xml.Schema.IXmlSchemaInfo.Validity.