30 zorba::XQuery_t theQuery;
35 XQuery(
const XQuery& aXQuery) : theQuery(aXQuery.theQuery), closed(aXQuery.closed) {}
36 XQuery(zorba::XQuery_t aQuery) : theQuery(aQuery), closed(false) {}
70 void compile (
const std::string &aQuery);
89 void executeSAX(SAX2ContentHandlerProxy* contentHandlerProxy);