GET-ATTRIBUTE-NODE( ) method
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns the XML ATTRIBUTE node with the specified name.
Return type: LOGICAL
Applies to: X-noderef object handle
Syntax
|
- attr-node-handle
- A valid X-noderef handle to use for the XML ATTRIBUTE node.
- name
- A character expression representing the name of the XML ATTRIBUTE node. For a namespace-aware ATTRIBUTE node, you must qualify the node name with a prefix including a colon (for example, prefix:node-name).