Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
gb.data
gb.form
gb.ncurses
gb.openssl
gb.pcre
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
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