16 #ifndef API_XML_DATA_MANAGER_H
17 #define API_XML_DATA_MANAGER_H
31 zorba::XmlDataManager* theManager;
Using the XmlDataManager one can manage documents and collections.
CollectionManager getCollectionManager()
Returns a CollectionManager responsible for all collections.
XmlDataManager(zorba::XmlDataManager *aMgr)
This class defines a set of functions for managing persistent collections.
DocumentManager getDocumentManager()
Returns a DocumentManager.
Iterator parseXML(const std::string &aDoc)
Parse an XML document and return an Iterator.
CollectionManager getW3CCollectionManager()
Returns a CollectionManager responsible for collections identified by a URI.
The Zorba Item interface.
Interface for an Iterator over an instance of the XML Data Model (i.e., a sequence of items)...
Item parseXMLtoItem(const std::string &aDoc)
Parse an XML document and return an Item.
XmlDataManager(const XmlDataManager &aMgr)