TXmlElement represents an XML element node.
You can obtain its tag-name, attributes, text between the opening and closing
tags via the TagName, Attributes, and Value properties, respectively.
You can also retrieve its parent and child elements by Parent and Elements
properties, respectively.
TBD: xpath