Loads raw data and returns the internal type after successful loading
and handling.
Should any errors occur in the back-ends, 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 internal type that is common for all loadersfor the handled content type, for instance java.awt.Image for loaders that handle images; or
null if the raw data couldn't be loaded since: 1.0
|