Go to the documentation of this file.
16 #ifndef ZORBA_DEFAULT_CONTENT_HANDLER_API_H
17 #define ZORBA_DEFAULT_CONTENT_HANDLER_API_H
19 #include <zorba/config.h>
77 void externalEntityDecl (
const String & name,
const String & publicId,
78 const String & systemId ) {}
82 void unparsedEntityDecl (
const String & name,
const String & publicId,
83 const String & systemId,
const String & notationName ) {}
98 const String & systemId ) {}