1ElementTree.unshiftGenerator(3Kkaayyaa)module refEelreemnecnetTree.unshiftGenerator(3kaya)
2
3
4
6 ElementTree::unshiftGenerator - Add a new child generator to the start
7
9 Void unshiftGenerator( ElementTree parent, ElementTree() child )
10
12 parent The parent element
13
14 child The child generator
15
17 Adds a new child generator to the start of the parent element. This
18 allows the element tree to be built up lazily saving memory.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 ElementTree.addGeneratorAt (3kaya)
32 ElementTree.pushGenerator (3kaya)
33 ElementTree.unshiftData (3kaya)
34 ElementTree.unshiftElement (3kaya)
35
36
37
38Kaya December 20E1l0ementTree.unshiftGenerator(3kaya)