Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Runtime.WhitespaceRuleLookup.InternalWhitespaceRule Class Referencesealed

Public Member Functions

 InternalWhitespaceRule ()
 
 InternalWhitespaceRule (string localName, string namespaceName, bool preserveSpace, int priority)
 
void Init (string localName, string namespaceName, bool preserveSpace, int priority)
 
void Atomize (XmlNameTable nameTable)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
void GetObjectData (XmlQueryDataWriter writer)
 

Protected Member Functions

void Init (string localName, string namespaceName, bool preserveSpace)
 

Properties

int Priority [get]
 
string LocalName [get, set]
 
string NamespaceName [get, set]
 
bool PreserveSpace [get]
 

Private Attributes

int _priority
 
int _hashCode
 
string _localName
 
string _namespaceName
 
bool _preserveSpace
 

Detailed Description

Definition at line 9 of file WhitespaceRuleLookup.cs.


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