This class subclasses from the proper DomDocumentHandler depending on the build time configuration 'xmlbackend' option. More...
#include <DomDocumentHandler.hxx>
This class subclasses from the proper DomDocumentHandler depending on the build time configuration 'xmlbackend' option.
An XML implementation is choosen depending on the USE_XXXXXX directives concerning XML libraries. The current USE_XXXXXX variables that affect this class in priority order are:
If you choose 'none' as backend, then a Null implementation will be used that fails an assertion whenever you try to use the XML serialization.
Definition at line 62 of file DomDocumentHandler.hxx.