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