MEMPTR-TO-NODE-VALUE( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Sets the value of an X-noderef node to the contents of a MEMPTR.
Return type: LOGICAL
Applies to: X-noderef object handle
Syntax
|
- memptr
- An expression of type MEMPTR.
MEMPTR-TO-NODE-VALUE( ) raises an error if any of the following occurs:
- The node is read only.
- The node contains invalid XML characters.
- The data in memptr is not null-terminated.
- memptr is not set to the exact size of the valid data.
For more information on accessing XML documents using the Document Object Model (DOM) interface, see Use XML with ABL Applications.