Previous Next

MEMPTR-TO-NODE-VALUE( ) method
Sets the value of an X-noderef node to the contents of a MEMPTR.
Return type:
Applies to:
 
Syntax 
MEMPTR-TO-NODE-VALUE ( memptr )
memptr
An expression of type MEMPTR.
MEMPTR-TO-NODE-VALUE( ) raises an error if any of the following occurs:
*
*
*
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 OpenEdge Development: Working with XML.

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