Previous Next

GET-ATTRIBUTE-NODE( ) method
Returns the XML ATTRIBUTE node with the specified name.
Return type:
Applies to:
 
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).

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.