Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Prefix
string
System.Xml.XPathNodePointer.Prefix
get
package
Definition at line
160
of file
XPathNodePointer.cs
.
161
{
162
get
163
{
164
RealFoliate
();
165
if
(
_node
==
null
)
166
{
167
return
string
.Empty;
168
}
169
if
(
_column
==
null
)
170
{
171
if
(
IsNamespaceNode
(
_node
.
NodeType
,
_node
.
NamespaceURI
))
172
{
173
return
string
.Empty;
174
}
175
return
_node
.
Prefix
;
176
}
177
return
string
.Empty;
178
}
179
}
System.Xml.XPathNodePointer.RealFoliate
void RealFoliate()
Definition
XPathNodePointer.cs:1171
System.Xml.XPathNodePointer._node
XmlNode _node
Definition
XPathNodePointer.cs:13
System.Xml.XPathNodePointer.IsNamespaceNode
bool IsNamespaceNode(XmlNodeType nt, string ns)
Definition
XPathNodePointer.cs:454
System.Xml.XPathNodePointer._column
DataColumn _column
Definition
XPathNodePointer.cs:15
System.Xml.XmlNode.NamespaceURI
virtual string NamespaceURI
Definition
XmlNode.cs:139
System.Xml.XmlNode.Prefix
virtual string Prefix
Definition
XmlNode.cs:142
System.Xml.XmlNode.NodeType
XmlNodeType NodeType
Definition
XmlNode.cs:73
System
Xml
XPathNodePointer
Generated by
1.10.0