Loads any kind of raw data and tries to accommodate as much as possible
to return an instance of InternalType after successful
loading and handling.
Should any errors occur, then they will be added as text messages to
the errors collection.
Parameters: data - the raw data that has to be loaded Parameters: fragment - true if the raw data is a fragment; or false if the raw data is a complete document or file Parameters: errors - a set to which possible error messages will be added an instance of the InternalType ; or
null if the raw data couldn't be loaded since: 1.0
|