getXMLElementName
getXMLElementName
Description
Returns the name of the specified xml element. Mostly useful when using wildcard paths e.g. "root.*(3)"" for the 4th child element of "root"
Definition
getXMLElementName(entityId xmlId, string nodePath)
Arguments
| entityId | xmlId | xmlId |
|---|---|---|
| string | nodePath | path to the xml element |
Return Values
| string | elementName |
|---|