Provided by: kaya_0.4.4-6ubuntu3_amd64
NAME
HTMLDocument::appendGenerator - Append an element generator
SYNOPSIS
Void appendGenerator( ElementTree dest, ElementTree() generator )
ARGUMENTS
dest The element to add to generator The generator to append
DESCRIPTION
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.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
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.
RELATED
HTMLDocument.appendExisting (3kaya) HTMLDocument.prependGenerator (3kaya)