getAttribute
Description
Retrieve the value of the attribute with the given name.
Syntax
xopuselement.getAttribute (name : String) : String
Arguments
- name
String. The name of the attribute.
Return Value
String. The value of the attribute.
Retrieve the value of the attribute with the given name.
xopuselement.getAttribute (name : String) : String
String. The name of the attribute.
String. The value of the attribute.
Loading...