14 #ifndef SPHINX_SCHEMA_FILE_HPP
15 #define SPHINX_SCHEMA_FILE_HPP
17 #include <Poco/SAX/InputSource.h>
18 #include <Poco/DOM/Node.h>
19 #include <Poco/DOM/Document.h>
20 #include <Poco/AutoPtr.h>
36 bool getFields(std::vector<std::pair<std::string, int> >& Vec);
37 bool getNames(std::vector<std::string>& names);
40 bool isError(
void)
const {
return _IsError;}
43 Poco::XML::InputSource sourceSchema;
46 unsigned int attributesCount;
53 #endif // SPHINX_SCHEMA_FILE_HPP