Get an attribute value from an element
Maybe<String> getAttribute( ElementTree block, String attribute )
block The element
attribute The attribute
Gets an attribute value from the element, or nothing if the element does not have that attribute.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
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.
ElementTree.getAttributes (3kaya)
ElementTree.getElements (3kaya)
ElementTree.getName (3kaya)
ElementTree.setAttribute (3kaya)
ElementTree.unsetAttribute (3kaya)