Language Reference Guide : 4. System Classes : XMLElement Class : GetCharacterValue Method
 
Share this page                  
GetCharacterValue Method
The GetCharacterValue method gets the concatenated value of all children which are XMLText, XMLCDATA, or XMLPI with target ingres_invalidxmlchar.
This method has the following syntax:
integer = XMLElement.GetCharacterValue(
          string = byref(StringObject))
This method has the following parameter:
string
(Required) Specifies the reference to a StringObject containing the concatenated text value, which should be used BYREF
If the method is successful, it returns ER_OK; otherwise, it returns ER_FAIL. Descriptions of system constant values and their numeric equivalents are listed in Error Codes.