14 #ifndef SPHINX_DATA_SOURCE_HPP
15 #define SPHINX_DATA_SOURCE_HPP
17 #include <Poco/SAX/InputSource.h>
18 #include <Poco/DOM/Node.h>
27 namespace sphinx_data_source_const
34 const std::string
attrTag =
"sphinx:attr";
56 bool isError(
void)
const {
return _IsError;}
60 Poco::XML::InputSource sourceSchema;
61 Poco::XML::InputSource sourceDocument;
64 unsigned long long maxDocId;
66 void save(Poco::XML::Node* pNode, std::ostream& os);
74 #endif // SPHINX_DATA_SOURCE_HPP