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
XPathDocument.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Runtime.InteropServices
;
4
using
MS.Internal.Xml.Cache
;
5
6
namespace
System.Xml.XPath
7
{
8
// Token: 0x020000B4 RID: 180
9
public
class
XPathDocument
10
{
11
// Token: 0x170001D3 RID: 467
12
// (get) Token: 0x060007C4 RID: 1988 RVA: 0x0001986C File Offset: 0x00017A6C
13
internal
XmlNameTable
NameTable
14
{
15
get
16
{
17
return
this.
nameTable
;
18
}
19
}
20
21
// Token: 0x060007C5 RID: 1989 RVA: 0x00019880 File Offset: 0x00017A80
22
internal
int
GetXmlNamespaceNode
([Out]
XPathNode
[]
pageXmlNmsp
)
23
{
24
XPathNode
[]
array
= this.
pageXmlNmsp
;
25
pageXmlNmsp._info
=
array
;
26
return
this.
idxXmlNmsp
;
27
}
28
29
// Token: 0x060007C6 RID: 1990 RVA: 0x000198A4 File Offset: 0x00017AA4
30
internal
int
LookupNamespaces
(
XPathNode
[]
pageElem
,
int
idxElem
, [Out]
XPathNode
[]
pageNmsp
)
31
{
32
if
(this.
mapNmsp
!=
null
)
33
{
34
Dictionary<XPathNodeRef, XPathNodeRef>
dictionary
= this.
mapNmsp
;
35
pageNmsp._info
=
dictionary
;
36
return
;
37
}
38
}
39
40
// Token: 0x040003F0 RID: 1008
41
private
XPathNode
[]
pageXmlNmsp
;
42
43
// Token: 0x040003F1 RID: 1009
44
private
int
idxXmlNmsp
;
45
46
// Token: 0x040003F2 RID: 1010
47
private
XmlNameTable
nameTable
;
48
49
// Token: 0x040003F3 RID: 1011
50
private
Dictionary<XPathNodeRef, XPathNodeRef>
mapNmsp
;
51
}
52
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:15
System.Xml.NameTable
Definition
NameTable.cs:7
System.Xml.XPath.XPathDocument.idxXmlNmsp
int idxXmlNmsp
Definition
XPathDocument.cs:44
System.Xml.XPath.XPathDocument.nameTable
XmlNameTable nameTable
Definition
XPathDocument.cs:47
System.Xml.XPath.XPathDocument.GetXmlNamespaceNode
int GetXmlNamespaceNode([Out] XPathNode[] pageXmlNmsp)
Definition
XPathDocument.cs:22
System.Xml.XPath.XPathDocument.pageXmlNmsp
XPathNode[] pageXmlNmsp
Definition
XPathDocument.cs:41
System.Xml.XPath.XPathDocument.LookupNamespaces
int LookupNamespaces(XPathNode[] pageElem, int idxElem, [Out] XPathNode[] pageNmsp)
Definition
XPathDocument.cs:30
System.Xml.XPath.XPathDocument.mapNmsp
Dictionary< XPathNodeRef, XPathNodeRef > mapNmsp
Definition
XPathDocument.cs:50
System.Xml.XPath.XPathDocument
Definition
XPathDocument.cs:10
System.Xml.XmlNameTable
Definition
XmlNameTable.cs:7
MS.Internal.Xml.Cache
Definition
XPathDocumentNavigator.cs:7
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Xml.XPath
Definition
XPathDocument.cs:7
System.ExceptionArgument.dictionary
@ dictionary
System.ExceptionArgument.array
@ array
System
Definition
__ComObject.cs:4
MS.Internal.Xml.Cache.XPathNode
Definition
XPathNode.cs:10
source
System.Xml
System
Xml
XPath
XPathDocument.cs
Generated by
1.10.0