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
|
Package Functions | |
DtdParserProxy (XmlTextReaderImpl reader) | |
Properties | |
XmlNameTable System.Xml.IDtdParserAdapter. | NameTable [get, set] |
IXmlNamespaceResolver System.Xml.IDtdParserAdapter. | NamespaceResolver [get, set] |
Uri System.Xml.IDtdParserAdapter. | BaseUri [get, set] |
bool System.Xml.IDtdParserAdapter. | IsEof [get, set] |
char[] System.Xml.IDtdParserAdapter. | ParsingBuffer [get, set] |
int System.Xml.IDtdParserAdapter. | ParsingBufferLength [get, set] |
int System.Xml.IDtdParserAdapter. | CurrentPosition [get, set] |
int System.Xml.IDtdParserAdapter. | EntityStackLength [get, set] |
bool System.Xml.IDtdParserAdapter. | IsEntityEolNormalized [get, set] |
int System.Xml.IDtdParserAdapter. | LineNo [get, set] |
int System.Xml.IDtdParserAdapter. | LineStartPosition [get, set] |
bool System.Xml.IDtdParserAdapterWithValidation. | DtdValidation [get, set] |
IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation. | ValidationEventHandling [get, set] |
bool System.Xml.IDtdParserAdapterV1. | Normalization [get, set] |
bool System.Xml.IDtdParserAdapterV1. | Namespaces [get, set] |
bool System.Xml.IDtdParserAdapterV1. | V1CompatibilityMode [get, set] |
Private Member Functions | |
void System.Xml.IDtdParserAdapter. | OnNewLine (int pos) |
int System.Xml.IDtdParserAdapter. | ReadData () |
int System.Xml.IDtdParserAdapter. | ParseNumericCharRef (StringBuilder internalSubsetBuilder) |
int System.Xml.IDtdParserAdapter. | ParseNamedCharRef (bool expand, StringBuilder internalSubsetBuilder) |
void System.Xml.IDtdParserAdapter. | ParsePI (StringBuilder sb) |
void System.Xml.IDtdParserAdapter. | ParseComment (StringBuilder sb) |
bool System.Xml.IDtdParserAdapter. | PushEntity (IDtdEntityInfo entity, out int entityId) |
bool System.Xml.IDtdParserAdapter. | PopEntity (out IDtdEntityInfo oldEntity, out int newEntityId) |
bool System.Xml.IDtdParserAdapter. | PushExternalSubset (string systemId, string publicId) |
void System.Xml.IDtdParserAdapter. | PushInternalDtd (string baseUri, string internalDtd) |
void System.Xml.IDtdParserAdapter. | Throw (Exception e) |
void System.Xml.IDtdParserAdapter. | OnSystemId (string systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo) |
void System.Xml.IDtdParserAdapter. | OnPublicId (string publicId, LineInfo keywordLineInfo, LineInfo publicLiteralLineInfo) |
Private Attributes | |
XmlTextReaderImpl | reader |
Definition at line 6219 of file XmlTextReaderImpl.cs.