1ElementTree.setAttribute(3kayaK)aya module referenEcleementTree.setAttribute(3kaya)
2
3
4
6 ElementTree::setAttribute - Set an attribute
7
9 Void setAttribute( ElementTree element, String name, String value )
10
12 element The element
13
14 name The attribute to set
15
16 value The attribute value
17
19 Set an element attribute, overwriting any existing value.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 ElementTree.getAttribute (3kaya)
33 ElementTree.getAttributes (3kaya)
34 ElementTree.unsetAttribute (3kaya)
35
36
37
38Kaya December 2010 ElementTree.setAttribute(3kaya)