2.0
3.0
>
comp
>
gb.xml
>
xmlnode
>
name
Voorgaande
Volgende
Bewerken
Hernoemen
Undo
Search
Administratie
Handleiding
Waarschuwing Deze pagina is niet vertaald.
Zie Engelse versie
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.