1ElementTree.pushGenerator(3kayKaa)ya module refereEnlceementTree.pushGenerator(3kaya)
2
3
4
6 ElementTree::pushGenerator - Add a new child generator to the end
7
9 Void pushGenerator( 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 end 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.pushData (3kaya)
33 ElementTree.pushElement (3kaya)
34 ElementTree.unshiftGenerator (3kaya)
35
36
37
38Kaya December 2010ElementTree.pushGenerator(3kaya)