The execution time dynamic context interface.
Definition DynamicContext.hpp:39
virtual bool putDocument(const Node::Ptr &document, const XMLCh *uri, DynamicContext *context)=0
Called with any document that has been updated, to allow the user to save the document in any manner ...
virtual bool resolveDocument(Sequence &result, const XMLCh *uri, DynamicContext *context, const QueryPathNode *projection)=0
Resolve the given uri (and baseUri) to a Sequence (reference parameter).
virtual bool resolveCollection(Sequence &result, const XMLCh *uri, DynamicContext *context, const QueryPathNode *projection)=0
Resolve the given uri (and baseUri) to a Sequence (reference parameter).