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
Loading...
Searching...
No Matches
IDtdParserAdapter.cs
Go to the documentation of this file.
1using System;
2using System.Text;
4
5namespace System.Xml
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200001C")]
8 internal interface IDtdParserAdapter
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000021")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000090")]
14 get;
15 }
16
17 [global::Cpp2ILInjected.Token(Token = "0x17000022")]
19 {
20 [global::Cpp2ILInjected.Token(Token = "0x6000091")]
21 get;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x17000023")]
26 {
27 [global::Cpp2ILInjected.Token(Token = "0x6000092")]
28 get;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x17000024")]
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x6000093")]
35 get;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x17000025")]
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x6000094")]
42 get;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x17000026")]
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6000095")]
49 get;
50 [global::Cpp2ILInjected.Token(Token = "0x6000096")]
51 set;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x17000027")]
56 {
57 [global::Cpp2ILInjected.Token(Token = "0x6000097")]
58 get;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x17000028")]
63 {
64 [global::Cpp2ILInjected.Token(Token = "0x6000098")]
65 get;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x17000029")]
69 bool IsEof
70 {
71 [global::Cpp2ILInjected.Token(Token = "0x6000099")]
72 get;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x1700002A")]
77 {
78 [global::Cpp2ILInjected.Token(Token = "0x600009A")]
79 get;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x1700002B")]
84 {
85 [global::Cpp2ILInjected.Token(Token = "0x600009B")]
86 get;
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x600009C")]
90 int ReadData();
91
92 [global::Cpp2ILInjected.Token(Token = "0x600009D")]
93 void OnNewLine(int pos);
94
95 [global::Cpp2ILInjected.Token(Token = "0x600009E")]
97
98 [global::Cpp2ILInjected.Token(Token = "0x600009F")]
100
101 [global::Cpp2ILInjected.Token(Token = "0x60000A0")]
103
104 [global::Cpp2ILInjected.Token(Token = "0x60000A1")]
106
107 [global::Cpp2ILInjected.Token(Token = "0x60000A2")]
108 bool PushEntity(IDtdEntityInfo entity, out int entityId);
109
110 [global::Cpp2ILInjected.Token(Token = "0x60000A3")]
112
113 [global::Cpp2ILInjected.Token(Token = "0x60000A4")]
114 bool PushExternalSubset(string systemId, string publicId);
115
116 [global::Cpp2ILInjected.Token(Token = "0x60000A5")]
117 void PushInternalDtd(string baseUri, string internalDtd);
118
119 [global::Cpp2ILInjected.Token(Token = "0x60000A6")]
121
122 [global::Cpp2ILInjected.Token(Token = "0x60000A7")]
124
125 [global::Cpp2ILInjected.Token(Token = "0x60000A8")]
127 }
128}
class f__AnonymousType0<< Count > j__TPar
bool PushExternalSubset(string systemId, string publicId)
void ParsePI(StringBuilder sb)
void OnSystemId(string systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo)
bool PopEntity(out IDtdEntityInfo oldEntity, out int newEntityId)
void OnPublicId(string publicId, LineInfo keywordLineInfo, LineInfo publicLiteralLineInfo)
IXmlNamespaceResolver NamespaceResolver
void PushInternalDtd(string baseUri, string internalDtd)
void Throw(Exception e)
int ParseNamedCharRef(bool expand, StringBuilder internalSubsetBuilder)
void ParseComment(StringBuilder sb)
bool PushEntity(IDtdEntityInfo entity, out int entityId)
int ParseNumericCharRef(StringBuilder internalSubsetBuilder)