1ElementTreeData.Element(3kaya)Kaya module referencEelementTreeData.Element(3kaya)
2
3
4
6 ElementTreeData::Element - Types of element
7
9 ElementTreeData::Element< >
10
11
12 = SubElement(ElementTreeData::ElementTree nested)
13
14
15 | CData(String cdata)
16
17
18 | SubTree(ElementTreeData::ElementTree() generator)
19
21 This data type represents the three different types of descendant ele‐
22 ments that an ElementTreeData.ElementTree (3kaya) may contain:
23
24
25 - SubElement : a descendant ElementTree
26
27
28 - CData : an anonymous string of text
29
30
31 - SubTree : a function that returns an ElementTree , for lazy generation
32 of trees.
33
35 Kaya standard library by Edwin Brady, Chris Morris and others
36 (kaya@kayalang.org). For further information see http://kayalang.org/
37
39 The Kaya standard library is free software; you can redistribute it
40 and/or modify it under the terms of the GNU Lesser General Public
41 License (version 2.1 or any later version) as published by the Free
42 Software Foundation.
43
44
45
46Kaya December 2010 ElementTreeData.Element(3kaya)