Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
OutKeywords.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.XsltOld
;
2
3
internal
sealed
class
OutKeywords
4
{
5
private
readonly
string
_AtomEmpty
;
6
7
private
readonly
string
_AtomLang
;
8
9
private
readonly
string
_AtomSpace
;
10
11
private
readonly
string
_AtomXmlns
;
12
13
private
readonly
string
_AtomXml
;
14
15
private
readonly
string
_AtomXmlNamespace
;
16
17
private
readonly
string
_AtomXmlnsNamespace
;
18
19
internal
string
Empty
=>
_AtomEmpty
;
20
21
internal
string
Lang
=>
_AtomLang
;
22
23
internal
string
Space
=>
_AtomSpace
;
24
25
internal
string
Xmlns
=>
_AtomXmlns
;
26
27
internal
string
Xml =>
_AtomXml
;
28
29
internal
string
XmlNamespace
=>
_AtomXmlNamespace
;
30
31
internal
string
XmlnsNamespace
=>
_AtomXmlnsNamespace
;
32
33
internal
OutKeywords
(
XmlNameTable
nameTable
)
34
{
35
_AtomEmpty
=
nameTable
.Add(
string
.
Empty
);
36
_AtomLang
=
nameTable
.Add(
"lang"
);
37
_AtomSpace
=
nameTable
.Add(
"space"
);
38
_AtomXmlns
=
nameTable
.Add(
"xmlns"
);
39
_AtomXml
=
nameTable
.Add(
"xml"
);
40
_AtomXmlNamespace
=
nameTable
.Add(
"http://www.w3.org/XML/1998/namespace"
);
41
_AtomXmlnsNamespace
=
nameTable
.Add(
"http://www.w3.org/2000/xmlns/"
);
42
}
43
}
System.Empty
Definition
Empty.cs:4
System.Xml.XmlNameTable
Definition
XmlNameTable.cs:4
System.Xml.Xsl.XsltOld.OutKeywords.OutKeywords
OutKeywords(XmlNameTable nameTable)
Definition
OutKeywords.cs:33
System.Xml.Xsl.XsltOld.OutKeywords._AtomXmlnsNamespace
readonly string _AtomXmlnsNamespace
Definition
OutKeywords.cs:17
System.Xml.Xsl.XsltOld.OutKeywords.Lang
string Lang
Definition
OutKeywords.cs:21
System.Xml.Xsl.XsltOld.OutKeywords._AtomLang
readonly string _AtomLang
Definition
OutKeywords.cs:7
System.Xml.Xsl.XsltOld.OutKeywords.XmlNamespace
string XmlNamespace
Definition
OutKeywords.cs:29
System.Xml.Xsl.XsltOld.OutKeywords._AtomXml
readonly string _AtomXml
Definition
OutKeywords.cs:13
System.Xml.Xsl.XsltOld.OutKeywords.XmlnsNamespace
string XmlnsNamespace
Definition
OutKeywords.cs:31
System.Xml.Xsl.XsltOld.OutKeywords._AtomSpace
readonly string _AtomSpace
Definition
OutKeywords.cs:9
System.Xml.Xsl.XsltOld.OutKeywords._AtomXmlNamespace
readonly string _AtomXmlNamespace
Definition
OutKeywords.cs:15
System.Xml.Xsl.XsltOld.OutKeywords._AtomXmlns
readonly string _AtomXmlns
Definition
OutKeywords.cs:11
System.Xml.Xsl.XsltOld.OutKeywords._AtomEmpty
readonly string _AtomEmpty
Definition
OutKeywords.cs:5
System.Xml.Xsl.XsltOld.OutKeywords.Xmlns
string Xmlns
Definition
OutKeywords.cs:25
System.Xml.Xsl.XsltOld.OutKeywords.Space
string Space
Definition
OutKeywords.cs:23
System.Xml.Xsl.XsltOld.OutKeywords
Definition
OutKeywords.cs:4
System.Xml.Xsl.XsltOld
Definition
IXsltDebugger.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Xsl.XsltOld
OutKeywords.cs
Generated by
1.10.0