Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsXmlNamespaceNode
bool
MS.Internal.Xml.Cache.XPathNode.IsXmlNamespaceNode
get
Definition at line
53
of file
XPathNode.cs
.
54
{
55
get
56
{
57
string
localName =
_info
.
LocalName
;
58
if
(
NodeType
==
XPathNodeType
.Namespace && localName.Length == 3)
59
{
60
return
localName ==
"xml"
;
61
}
62
return
false
;
63
}
64
}
MS.Internal.Xml.Cache.XPathNodeInfoAtom.LocalName
string LocalName
Definition
XPathNodeInfoAtom.cs:40
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
MS.Internal.Xml.Cache.XPathNode._info
XPathNodeInfoAtom _info
Definition
XPathNode.cs:7
MS.Internal.Xml.Cache.XPathNode.NodeType
XPathNodeType NodeType
Definition
XPathNode.cs:21
MS
Internal
Xml
Cache
XPathNode
Generated by
1.10.0