ElementTreeData::Element
Constructors
- SubElement(ElementTreeData::ElementTree nested)
- CData(String cdata)
- SubTree(ElementTreeData::ElementTree() generator)
Usage
This data type represents the three different types of descendant elements that an ElementTree may contain:
SubElement: a descendantElementTreeCData: an anonymous string of textSubTree: a function that returns anElementTree, for lazy generation of trees.