ElementTree.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ElementTree - Manipulation of ElementTrees

DESCRIPTION

This module contains functions for manipulating HTML or XML element trees described by ElementTreeData.ElementTree(3kaya) , including conversion to and from Strings, and a basic templating system.

EXCEPTIONS

ElementTree.ExpectedChar(3kaya)

ElementTree.InputError(3kaya)

ElementTree.NotLazy(3kaya)

ElementTree.UnexpectedChar(3kaya)

ElementTree.UnexpectedEnd(3kaya)

FUNCTIONS

ElementTree.addDataAt(3kaya)

ElementTree.addElementAt(3kaya)

ElementTree.addGeneratorAt(3kaya)

ElementTree.attrHash(3kaya)

ElementTree.elementTree(3kaya)

ElementTree.evaluateGenerator(3kaya)

ElementTree.findElement(3kaya)

ElementTree.getAllText(3kaya)

ElementTree.getAttribute(3kaya)

ElementTree.getAttributes(3kaya)

ElementTree.getElements(3kaya)

ElementTree.getName(3kaya)

ElementTree.getSubtrees(3kaya)

ElementTree.getText(3kaya)

ElementTree.lazyOutput(3kaya)

ElementTree.lazyPrint(3kaya)

ElementTree.newElement(3kaya)

ElementTree.pushData(3kaya)

ElementTree.pushElement(3kaya)

ElementTree.pushGenerator(3kaya)

ElementTree.setAttribute(3kaya)

ElementTree.simpleEncode(3kaya)

ElementTree.string(3kaya)

ElementTree.textSizeOfBlock(3kaya)

ElementTree.unsetAttribute(3kaya)

ElementTree.unshiftData(3kaya)

ElementTree.unshiftElement(3kaya)

ElementTree.unshiftGenerator(3kaya)

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.