Luna::VariantUtils::read_xml
R< Variant > read_xml(IStream *stream)
Parses one XML string.
Parameters
-
in stream
The stream that contains the XML string to read. IStream::read will be called to read XML string from the stream.
Return value
Returns one variant that contains the data read from the XML string.