Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : LONGCHAR-TO-NODE-VALUE( ) method
 

LONGCHAR-TO-NODE-VALUE( ) method

Sets the value of an X-noderef node to the contents of a LONGCHAR.
Return type: LOGICAL
Applies to: X-noderef object handle

Syntax

LONGCHAR-TO-NODE-VALUE ( longchar )
longchar
An expression of type LONGCHAR.
LONGCHAR-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 longchar is not null-terminated.
*longchar 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.