1ElementTree.getAttribute(3kayaK)aya module referenEcleementTree.getAttribute(3kaya)
2
3
4
6 ElementTree::getAttribute - Get an attribute value from an element
7
9 Maybe<String> getAttribute( ElementTree block, String attribute )
10
12 block The element
13
14 attribute The attribute
15
17 Gets an attribute value from the element, or nothing if the element
18 does not have that attribute.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 ElementTree.getAttributes (3kaya)
32 ElementTree.getElements (3kaya)
33 ElementTree.getName (3kaya)
34 ElementTree.setAttribute (3kaya)
35 ElementTree.unsetAttribute (3kaya)
36
37
38
39Kaya December 2010 ElementTree.getAttribute(3kaya)