1ElementTree.addDataAt(3kaya) Kaya module referenceElementTree.addDataAt(3kaya)
2
3
4
6 ElementTree::addDataAt - Add text to an element
7
9 Void addDataAt( ElementTree parent, String cdata, Int index )
10
12 parent The parent element
13
14 cdata The text to add
15
16 index The index to add at
17
19 Adds the text to the specified position in the parent element. If the
20 preceding block is also a text block, they will be merged.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 ElementTree.addElementAt (3kaya)
34 ElementTree.addGeneratorAt (3kaya)
35 ElementTree.pushData (3kaya)
36 ElementTree.unshiftData (3kaya)
37
38
39
40Kaya December 2010 ElementTree.addDataAt(3kaya)