2.0
3.0
>
comp
>
gb.xml
>
xmlnode
>
name
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
XmlNode.Name (gb.xml)
Property
Name
As
String
This
Својство
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.