company logo

XMLString :: isValid - Is XML string valid

The function checks, whether the XMLString is valid or not.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool XMLString  :: isValid (  )

The function returns true, when the XML string contains data. The function does not check the validity of the data.