Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HasAttributes
override
bool
System.Xml.XPath.XNodeNavigator.HasAttributes
get
Definition at line
38
of file
XNodeNavigator.cs
.
39
{
40
get
41
{
42
if
(
_source
is
XElement
xElement
)
43
{
44
foreach
(
XAttribute
item
in
xElement
.Attributes())
45
{
46
if
(!
item
.IsNamespaceDeclaration)
47
{
48
return
true
;
49
}
50
}
51
}
52
return
false
;
53
}
54
}
System.Xml.Linq.XAttribute
Definition
XAttribute.cs:11
System.Xml.Linq.XElement
Definition
XElement.cs:19
System.Xml.XPath.XNodeNavigator._source
XObject _source
Definition
XNodeNavigator.cs:16
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.item
@ item
System
Xml
XPath
XNodeNavigator
Generated by
1.10.0