1ElementTree.addGeneratorAt(3kaKyaay)a module referEelnecmeentTree.addGeneratorAt(3kaya)
2
3
4
6 ElementTree::addGeneratorAt - Add a new child generator
7
9 Void addGeneratorAt( ElementTree parent, ElementTree() child, Int index
10 )
11
13 parent The parent element
14
15 child The child element
16
17 index The index starting from zero
18
20 Adds a new child generator to the parent element at the specified
21 index. This allows the element tree to be built up lazily saving mem‐
22 ory.
23
25 Kaya standard library by Edwin Brady, Chris Morris and others
26 (kaya@kayalang.org). For further information see http://kayalang.org/
27
29 The Kaya standard library is free software; you can redistribute it
30 and/or modify it under the terms of the GNU Lesser General Public
31 License (version 2.1 or any later version) as published by the Free
32 Software Foundation.
33
35 ElementTree.addDataAt (3kaya)
36 ElementTree.addElementAt (3kaya)
37 ElementTree.pushGenerator (3kaya)
38 ElementTree.unshiftGenerator (3kaya)
39
40
41
42Kaya December 2010ElementTree.addGeneratorAt(3kaya)