Maybe<String> getAttribute(ElementTree block, String attribute)
Arguments
block: The elementattribute: The attribute
Usage
Gets an attribute value from the element, or nothing if the element does not have that attribute.
block: The elementattribute: The attributeGets an attribute value from the element, or nothing if the element does not have that attribute.