terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XmlParserContext.cs
Go to the documentation of this file.
1using System;
2using System.Text;
3
4namespace System.Xml
5{
6 // Token: 0x02000037 RID: 55
7 public class XmlParserContext
8 {
9 // Token: 0x060001D1 RID: 465 RVA: 0x00006A40 File Offset: 0x00004C40
10 public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace)
11 {
12 }
13
14 // Token: 0x060001D2 RID: 466 RVA: 0x00006A50 File Offset: 0x00004C50
15 public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace, Encoding enc)
16 {
17 if (nsMgr == null || nt != null)
18 {
19 }
20 if (docTypeName == null)
21 {
22 }
23 if (pubId == null)
24 {
25 }
26 if (sysId == null)
27 {
28 }
29 if (internalSubset == null)
30 {
31 }
32 }
33
34 // Token: 0x17000040 RID: 64
35 // (get) Token: 0x060001D3 RID: 467 RVA: 0x00006A78 File Offset: 0x00004C78
37 {
38 get
39 {
40 return this._nt;
41 }
42 }
43
44 // Token: 0x17000041 RID: 65
45 // (get) Token: 0x060001D4 RID: 468 RVA: 0x00006A8C File Offset: 0x00004C8C
47 {
48 get
49 {
50 return this._nsMgr;
51 }
52 }
53
54 // Token: 0x17000042 RID: 66
55 // (get) Token: 0x060001D5 RID: 469 RVA: 0x00006AA0 File Offset: 0x00004CA0
56 public string DocTypeName
57 {
58 get
59 {
60 return this._docTypeName;
61 }
62 }
63
64 // Token: 0x17000043 RID: 67
65 // (get) Token: 0x060001D6 RID: 470 RVA: 0x00006AB4 File Offset: 0x00004CB4
66 public string PublicId
67 {
68 get
69 {
70 return this._pubId;
71 }
72 }
73
74 // Token: 0x17000044 RID: 68
75 // (get) Token: 0x060001D7 RID: 471 RVA: 0x00006AC8 File Offset: 0x00004CC8
76 public string SystemId
77 {
78 get
79 {
80 return this._sysId;
81 }
82 }
83
84 // Token: 0x17000045 RID: 69
85 // (get) Token: 0x060001D8 RID: 472 RVA: 0x00006ADC File Offset: 0x00004CDC
86 public string BaseURI
87 {
88 get
89 {
90 return this._baseURI;
91 }
92 }
93
94 // Token: 0x17000046 RID: 70
95 // (get) Token: 0x060001D9 RID: 473 RVA: 0x00006AF0 File Offset: 0x00004CF0
96 public string InternalSubset
97 {
98 get
99 {
100 return this._internalSubset;
101 }
102 }
103
104 // Token: 0x17000047 RID: 71
105 // (get) Token: 0x060001DA RID: 474 RVA: 0x00006B04 File Offset: 0x00004D04
106 public string XmlLang
107 {
108 get
109 {
110 return this._xmlLang;
111 }
112 }
113
114 // Token: 0x17000048 RID: 72
115 // (get) Token: 0x060001DB RID: 475 RVA: 0x00006B18 File Offset: 0x00004D18
117 {
118 get
119 {
120 return this._xmlSpace;
121 }
122 }
123
124 // Token: 0x17000049 RID: 73
125 // (get) Token: 0x060001DC RID: 476 RVA: 0x00006B2C File Offset: 0x00004D2C
127 {
128 get
129 {
130 return this._encoding;
131 }
132 }
133
134 // Token: 0x1700004A RID: 74
135 // (get) Token: 0x060001DD RID: 477 RVA: 0x00006B40 File Offset: 0x00004D40
136 internal bool HasDtdInfo
137 {
138 get
139 {
140 string internalSubset = this._internalSubset;
141 string pubId = this._pubId;
142 return true;
143 }
144 }
145
146 // Token: 0x040000D3 RID: 211
148
149 // Token: 0x040000D4 RID: 212
151
152 // Token: 0x040000D5 RID: 213
153 private string _docTypeName;
154
155 // Token: 0x040000D6 RID: 214
156 private string _pubId;
157
158 // Token: 0x040000D7 RID: 215
159 private string _sysId;
160
161 // Token: 0x040000D8 RID: 216
162 private string _internalSubset;
163
164 // Token: 0x040000D9 RID: 217
165 private string _xmlLang;
166
167 // Token: 0x040000DA RID: 218
169
170 // Token: 0x040000DB RID: 219
171 private string _baseURI;
172
173 // Token: 0x040000DC RID: 220
175 }
176}
class f__AnonymousType0<< Count > j__TPar
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace)
XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace, Encoding enc)
XmlNamespaceManager NamespaceManager