2.0
3.0
>
comp
>
gb.xml
>
xmlnode
>
name
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
XmlNode.Name (gb.xml)
Property
Name
As
String
This
property
returns the name of the node.
The behaviour of this property may vary depending on the node type :
Element :
returns the element name.
Text node :
returns
#text
.
CDATA section :
returns
#cdata
.
Comment node :
returns
#comment
.
Attribute node :
returns the attribute name.