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
SecurityParser.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono.Xml
6{
7 // Token: 0x02000029 RID: 41
9 {
10 // Token: 0x0600006C RID: 108 RVA: 0x00002650 File Offset: 0x00000850
12 {
13 }
14
15 // Token: 0x0600006D RID: 109 RVA: 0x00002664 File Offset: 0x00000864
16 public void LoadXml(string xml)
17 {
18 Stack stack = this.stack;
19 }
20
21 // Token: 0x0600006E RID: 110 RVA: 0x00002678 File Offset: 0x00000878
23 {
24 return this.root;
25 }
26
27 // Token: 0x0600006F RID: 111 RVA: 0x0000268C File Offset: 0x0000088C
28 public void OnStartParsing(SmallXmlParser parser)
29 {
30 }
31
32 // Token: 0x06000070 RID: 112 RVA: 0x0000269C File Offset: 0x0000089C
33 public void OnProcessingInstruction(string name, string text)
34 {
35 }
36
37 // Token: 0x06000071 RID: 113 RVA: 0x000026AC File Offset: 0x000008AC
38 public void OnIgnorableWhitespace(string s)
39 {
40 }
41
42 // Token: 0x06000072 RID: 114 RVA: 0x000026BC File Offset: 0x000008BC
43 public void OnStartElement(string name, SmallXmlParser.IAttrList attrs)
44 {
45 if (this.root != null)
46 {
47 if (this.stack != null)
48 {
49 }
50 return;
51 }
52 Stack stack = this.stack;
53 }
54
55 // Token: 0x06000073 RID: 115 RVA: 0x000026F4 File Offset: 0x000008F4
56 public void OnEndElement(string name)
57 {
58 Stack stack = this.stack;
59 if (stack != null)
60 {
62 throw new InvalidCastException();
63 }
64 }
65
66 // Token: 0x06000074 RID: 116 RVA: 0x00002718 File Offset: 0x00000918
67 public void OnChars(string ch)
68 {
70 if (!true)
71 {
72 }
73 string text = SecurityElement.Escape(ch);
75 }
76
77 // Token: 0x06000075 RID: 117 RVA: 0x00002740 File Offset: 0x00000940
78 public void OnEndParsing(SmallXmlParser parser)
79 {
80 }
81
82 // Token: 0x040000BD RID: 189
84
85 // Token: 0x040000BE RID: 190
87
88 // Token: 0x040000BF RID: 191
89 private Stack stack;
90 }
91}
class f__AnonymousType0<< Count > j__TPar
void OnEndParsing(SmallXmlParser parser)
void OnStartElement(string name, SmallXmlParser.IAttrList attrs)
void LoadXml(string xml)
void OnEndElement(string name)
void OnProcessingInstruction(string name, string text)
void OnChars(string ch)
SecurityElement ToXml()
SecurityElement current
void OnStartParsing(SmallXmlParser parser)
void OnIgnorableWhitespace(string s)
static string Escape(string str)