Discuss this help topic in SecureBlackbox Forum
Reads the XML document from the stream and parses it.
Declaration
Parameters
- aStream - The stream from which the document is loaded.
- Stream (AStream) - The stream from which the document is loaded.
- OwnStream - If this parameter is False than the stream shouldn't be closed until the XML document object is alive.
- DataToLoad - Specifies which data must be loaded.
- DefaultEncoding - Specifies default encoding for the data to be loaded
- NormalizeNEL - (Normalize NEw Line). This parameter is used to change the end-of-line characters.
Data types that can be loaded:
Description
Use this method to read the XML document from the stream.
The encoding is determined and handled automatically, or set via the
DefaultEncoding parameter.
Note that the
Stream can be closed by user after method completion.
Discuss this help topic in SecureBlackbox Forum