Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : GET-ATTRIBUTE-NODE( ) method
 

GET-ATTRIBUTE-NODE( ) method

Returns the XML ATTRIBUTE node with the specified name.
Return type: LOGICAL
Applies to: X-noderef object handle

Syntax

GET-ATTRIBUTE-NODE ( attr-node-handle , name )
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).