1ElementTree.getAttributes(3kayKaa)ya module refereEnlceementTree.getAttributes(3kaya)
2
3
4
6 ElementTree::getAttributes - Get an element's attributes
7
9 TinyDict<String, String> getAttributes( ElementTree block )
10
12 block The element
13
15 Gets the element's attributes
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
28 ElementTree.getAttribute (3kaya)
29 ElementTree.getElements (3kaya)
30 ElementTree.getName (3kaya)
31 ElementTree.setAttribute (3kaya)
32 ElementTree.unsetAttribute (3kaya)
33
34
35
36Kaya December 2010ElementTree.getAttributes(3kaya)