Kaya 0.5.3 reference for HTMLDocument::pushListItem

List of functions and data types in HTMLDocument

ElementTree pushListItem(ElementTree list, String initialcontents=createString(0))

Arguments

Usage

Append a list item to a list. If the list given is not actually a list, an InvalidNesting Exception is thrown. This is sometimes a more convenient way to build up lists than using an initial content array on addList, especially if the final size of the list is variable.

list = addList(parent,Ordered,0);
while (text = getNextText(source)) {
    pushListItem(list,text);
}

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya