2.0
3.0
>
comp
>
gb.xml
>
xmlnode
>
name
Anterior
Próximo
Editar
Renomear
Desfazer
Procurar
Administração
Documentação
Cuidado! Esta página não está traduziada.
Veja a versão em inglês
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.