#include <zorba/serialization_callback.h>
Public Member Functions | |
| virtual ExternalModule * | getExternalModule (const String &aURI) const |
| virtual bool | getTraceStream (std::ostream *&) const |
| virtual URIMapper * | getURIMapper (size_t i) const |
| Get the i-th URIMapper that was registered before serialization. | |
| virtual URLResolver * | getURLResolver (size_t i) const |
| Get the i-th URLResolver that was registered before serialization. | |
| virtual | ~SerializationCallback () |
Definition at line 25 of file serialization_callback.h.
| virtual zorba::SerializationCallback::~SerializationCallback | ( | ) | [inline, virtual] |
Definition at line 28 of file serialization_callback.h.
| virtual ExternalModule* zorba::SerializationCallback::getExternalModule | ( | const String & | aURI | ) | const [virtual] |
| virtual bool zorba::SerializationCallback::getTraceStream | ( | std::ostream *& | ) | const [virtual] |
| virtual URIMapper* zorba::SerializationCallback::getURIMapper | ( | size_t | i | ) | const [virtual] |
Get the i-th URIMapper that was registered before serialization.
| virtual URLResolver* zorba::SerializationCallback::getURLResolver | ( | size_t | i | ) | const [virtual] |
Get the i-th URLResolver that was registered before serialization.