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 | |
bool | MoveToAttribute (string name) |
bool | MoveToFirstAttribute () |
bool | MoveToNextAttribute () |
bool | MoveToElement () |
bool | ReadAttributeValue () |
bool | Read () |
virtual void | Close () |
string | LookupNamespace (string prefix) |
void | ResolveEntity () |
void | Dispose () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
XmlReader () | |
Static Package Functions | |
static int | CalcBufferSize (Stream input) |
Properties | |
virtual XmlReaderSettings | Settings [get, set] |
XmlNodeType | NodeType [get] |
virtual string | Name [get, set] |
string | LocalName [get] |
string | NamespaceURI [get] |
string | Prefix [get] |
string | Value [get] |
string | BaseURI [get] |
bool | IsEmptyElement [get] |
virtual bool | IsDefault [get, set] |
virtual IXmlSchemaInfo | SchemaInfo [get, set] |
ReadState | ReadState [get] |
XmlNameTable | NameTable [get] |
virtual bool | CanResolveEntity [get, set] |
virtual IDtdInfo | DtdInfo [get, set] |
Static Private Member Functions | |
static | XmlReader () |
Static Private Attributes | |
static uint | IsTextualNodeBitmap |
static uint | CanReadContentAsBitmap |
static uint | HasValueBitmap |
Definition at line 16 of file XmlReader.cs.