Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsEmptyElement
bool
System.Xml.XPathNodePointer.IsEmptyElement
get
package
Definition at line
25
of file
XPathNodePointer.cs
.
26
{
27
get
28
{
29
if
(
_node
!=
null
&&
_column
==
null
&&
_node
.
NodeType
== XmlNodeType.Element)
30
{
31
return
((XmlElement)
_node
).IsEmpty;
32
}
33
return
false
;
34
}
35
}
System.Xml.XPathNodePointer._node
XmlNode _node
Definition
XPathNodePointer.cs:13
System.Xml.XPathNodePointer._column
DataColumn _column
Definition
XPathNodePointer.cs:15
System.Xml.XmlNode.NodeType
XmlNodeType NodeType
Definition
XmlNode.cs:73
System
Xml
XPathNodePointer
Generated by
1.10.0