1ElementTree.getAllText(3kaya)Kaya module referenceElementTree.getAllText(3kaya)
2
3
4
6 ElementTree::getAllText - Returns the text content of the element and
7 children
8
10 String getAllText( ElementTree outer )
11
13 outer The element
14
16 Returns the text content of the element (including text in sub-ele‐
17 ments). Generators will be evaluated to calculate their text content.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 ElementTree.getText (3kaya)
31 ElementTree.textSizeOfBlock (3kaya)
32
33
34
35Kaya December 2010 ElementTree.getAllText(3kaya)