RTML.FromXmlStream() Method

.NET only Populate the object model from a stream that feeds RTML.

Syntax

RTML.FromXmlStream(Stream)

The method syntax has these parts:

Part Description
Stream (System.IO.Stream) A stream containing the RTML to be loaded into the object model
Return (Nothing) Does not return a value.

Remarks

This method will only load XML that complies with the RTML 2.3 schema. It will raise an exception if the XML is invalid for either structure or schema compliance. Any state within the object model will be overwritten.