Append an element generator
Void appendGenerator( ElementTree dest, ElementTree() generator )
dest The element to add to
generator The generator to append
Append an element generator as the final child of the specified element. This can be very useful in templating to ensure that only one distinct part of the template is in memory at once.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
HTMLDocument.appendExisting (3kaya)
HTMLDocument.prependGenerator (3kaya)