XMLString :: assign - Assign XML string
The function returns a copy of the XML string handle, but not a copy of the XML string (value or element). When the passed element is invalid (NULL handle), the function returns an invalid element.
One cannot assign a top elements. In this case the function throws an exception.
Return value: - internal feature (not documented) ( odaba::utils::XMLString & )
Implementation details
odaba::utils::XMLString &
XMLString  :: assign ( odaba::utils::XMLString &cXMLString )
The function assigns the XML element referenced in cXMLString to the current element.
- cXMLString - - Title unknown