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
|
Public Member Functions | |
int | CompareTo (T other) |
Package Functions | |
NodeData () | |
void | TrimSpacesInValue () |
void | Clear (XmlNodeType type) |
void | ClearName () |
void | SetLineInfo (int lineNo, int linePos) |
void | SetLineInfo2 (int lineNo, int linePos) |
void | SetValueNode (XmlNodeType type, string value) |
void | SetValueNode (XmlNodeType type, char[] chars, int startPos, int len) |
void | SetNamedNode (XmlNodeType type, string localName) |
void | SetNamedNode (XmlNodeType type, string localName, string prefix, string nameWPrefix) |
void | SetValue (string value) |
void | SetValue (char[] chars, int startPos, int len) |
void | OnBufferInvalidated () |
void | CopyTo (int valueOffset, StringBuilder sb) |
string | GetNameWPrefix (XmlNameTable nt) |
string | CreateNameWPrefix (XmlNameTable nt) |
Package Attributes | |
XmlNodeType | type |
string | localName |
string | prefix |
string | ns |
string | nameWPrefix |
LineInfo | lineInfo |
LineInfo | lineInfo2 |
char | quoteChar |
int | depth |
int | entityId |
bool | xmlContextPushed |
XmlTextReaderImpl.NodeData | nextAttrValueChunk |
object | schemaType |
object | typedValue |
Properties | |
static XmlTextReaderImpl.NodeData | None [get, set] |
int | LineNo [get, set] |
int | LinePos [get, set] |
bool | IsEmptyElement [get, set] |
bool | IsDefaultAttribute [get, set] |
bool | ValueBuffered [get, set] |
string | StringValue [get, set] |
Private Member Functions | |
int System.IComparable. | CompareTo (object obj) |
Private Attributes | |
string | value |
char[] | chars |
int | valueStartPos |
int | valueLength |
bool | isEmptyOrDefault |
Static Private Attributes | |
static XmlTextReaderImpl.NodeData | s_None |
Definition at line 6608 of file XmlTextReaderImpl.cs.