Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LocalName
string
System.Xml.XmlNodeReaderNavigator.LocalName
get
Definition at line
108
of file
XmlNodeReaderNavigator.cs
.
109
{
110
get
111
{
112
if
(
_nAttrInd
!= -1)
113
{
114
return
Name
;
115
}
116
if
(
IsLocalNameEmpty
(
_curNode
.
NodeType
))
117
{
118
return
string
.Empty;
119
}
120
return
_curNode
.
LocalName
;
121
}
122
}
System.Xml.XmlNodeReaderNavigator._nAttrInd
int _nAttrInd
Definition
XmlNodeReaderNavigator.cs:36
System.Xml.XmlNodeReaderNavigator.IsLocalNameEmpty
bool IsLocalNameEmpty(XmlNodeType nt)
Definition
XmlNodeReaderNavigator.cs:319
System.Xml.XmlNodeReaderNavigator.Name
string Name
Definition
XmlNodeReaderNavigator.cs:85
System.Xml.XmlNodeReaderNavigator._curNode
XmlNode _curNode
Definition
XmlNodeReaderNavigator.cs:22
System.Xml.XmlNode.LocalName
string LocalName
Definition
XmlNode.cs:152
System.Xml.XmlNode.NodeType
XmlNodeType NodeType
Definition
XmlNode.cs:73
System
Xml
XmlNodeReaderNavigator
Generated by
1.10.0