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