Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlName Class Reference

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
 

Detailed Description

Definition at line 5 of file XmlName.cs.


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