company logo

XMLString :: operator= - 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 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  :: operator= ( odaba::utils::XMLString &cXMLString )

The function assigns the XML element referenced in cXMLString to the current XMLString..

  • cXMLString - - Title unknown