16 #ifndef API_DOCUMENT_MANAGER_H
17 #define API_DOCUMENT_MANAGER_H
22 zorba::DocumentManager* theManager;
28 void put(
const std::string& aName,
Item aDoc);
29 void remove(
const std::string& aName);
Item document(const std::string &aName)
void put(const std::string &aName, Item aDoc)
This interface represents an instance of the XQuery 1.0 and XPath 2.0 Data Model (XDM).
DocumentManager(zorba::DocumentManager *aMgr)
ItemSequence availableDocuments()
The Zorba Item interface.
bool isAvailableDocument(const std::string &aName)
DocumentManager(const DocumentManager &aMgr)