1ElementTree.addElementAt(3kayaK)aya module referenEcleementTree.addElementAt(3kaya)
2
3
4
6 ElementTree::addElementAt - Add a new child element
7
9 Void addElementAt( ElementTree parent, ElementTree child, Int index )
10
12 parent The parent element
13
14 child The child element
15
16 index The index starting from zero
17
19 Adds a new child element to the parent element at the specified index.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 ElementTree.addDataAt (3kaya)
33 ElementTree.addGeneratorAt (3kaya)
34 ElementTree.pushElement (3kaya)
35 ElementTree.unshiftElement (3kaya)
36
37
38
39Kaya December 2010 ElementTree.addElementAt(3kaya)