1ElementTree.pushData(3kaya) Kaya module reference ElementTree.pushData(3kaya)
2
3
4
6 ElementTree::pushData - Add text to the end of an element
7
9 Void pushData( ElementTree parent, String cdata )
10
12 parent The parent element
13
14 cdata The text to add
15
17 Adds the text to the end of the parent element. Adjacent text blocks
18 will be merged.
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.addDataAt (3kaya)
32 ElementTree.pushElement (3kaya)
33 ElementTree.pushGenerator (3kaya)
34 ElementTree.unshiftData (3kaya)
35
36
37
38Kaya December 2010 ElementTree.pushData(3kaya)