AttributeName

This method returns the name of a given attribute. The attribute is transferred to the method as input parameter.
Syntax
METHOD AttributeName : STRING
VAR_INPUT
a : SXmlAttribute;
END_VAR
Return value
Name | Type |
---|---|
AttributeName | STRING |
Inputs
Name | Type |
---|---|
a | SXmlAttribute |
Sample call:
sName := fbXml.AttributeName(xmlAttr);