Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
XmlElement.ChildElements (gb.xml)
Property Read
ChildElements
As
XmlElement[]
Returns an
array
containing all the element children of this element. If the element has no children, or if none is an element, it returns an empty array.
This array is a copy of the one that contains the children of the element, so modifying it won't have any effect. If you want to add or remove a node to this element, see the
AppendChild
,
PrependChild
,
RemoveChild
,
InsertBefore
and
InsertAfter
methods.
See also
AllChildNodes
,
ChildNodes
,
AppendChild
,
RemoveChild