Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
virtual bool | Equals (IXmlSchemaInfo schemaInfo) |
Static Public Member Functions | |
static XmlName | Create (string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) |
static int | GetHashCode (string name) |
Package Functions | |
XmlName (string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next) | |
Package Attributes | |
XmlDocument | ownerDoc |
XmlName | next |
Properties | |
string | LocalName [get] |
string | NamespaceURI [get] |
string | Prefix [get] |
int | HashCode [get] |
XmlDocument | OwnerDocument [get] |
string | Name [get] |
virtual XmlSchemaValidity | Validity [get] |
virtual bool | IsDefault [get] |
virtual bool | IsNil [get] |
virtual XmlSchemaSimpleType | MemberType [get] |
virtual XmlSchemaType | SchemaType [get] |
virtual XmlSchemaElement | SchemaElement [get] |
virtual XmlSchemaAttribute | SchemaAttribute [get] |
Private Attributes | |
readonly string | _prefix |
readonly string | _localName |
readonly string | _ns |
string | _name |
readonly int | _hashCode |
Definition at line 5 of file XmlName.cs.