Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 1.0.
Gets a value indicating whether this node is an XmlElement.
Syntax
Value := XmlNode.IsXmlElement()
Note
This method can be invoked using property access syntax.
Parameters
XmlNode
Type: XmlNode
An instance of the XmlNode data type.
Return Value
Value
Type: Boolean
true if this node is an XmlElement node, otherwise false.