1ElementTree.unshiftElement(3kaKyaay)a module referEelnecmeentTree.unshiftElement(3kaya)
2
3
4
6 ElementTree::unshiftElement - Add a new child element to the start
7
9 Void unshiftElement( ElementTree parent, ElementTree child )
10
12 parent The parent element
13
14 child The child element
15
17 Adds a new child element to the start of the parent element.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 ElementTree.addElementAt (3kaya)
31 ElementTree.unshiftData (3kaya)
32 ElementTree.unshiftGenerator (3kaya)
33 ElementTree.pushElement (3kaya)
34
35
36
37Kaya December 2010ElementTree.unshiftElement(3kaya)