This is an abstract class that should be implemented by all xhtml content
loader back-ends.
The
XhtmlContentLoaderBackend.load(Object,boolean,Set) load method simply checks the
type of the data and delegates the handling to typed methods that should be
implemented by the back-ends.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0
Loads the data from a string
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 xhtml as a String; or