|
a/libupnpp/expatmm.hxx |
|
b/libupnpp/expatmm.hxx |
|
... |
|
... |
24 |
#define _EXPATMM_EXPATXMLPARSER_H
|
24 |
#define _EXPATMM_EXPATXMLPARSER_H
|
25 |
|
25 |
|
26 |
#include <string.h>
|
26 |
#include <string.h>
|
27 |
#include <expat.h>
|
27 |
#include <expat.h>
|
28 |
|
28 |
|
29 |
namespace expatmm {
|
29 |
namespace UPnPP {
|
|
|
30 |
|
30 |
class ExpatXMLParser {
|
31 |
class ExpatXMLParser {
|
31 |
public:
|
32 |
public:
|
32 |
|
33 |
|
33 |
/* Create a new parser, using the default Chunk Size */
|
34 |
/* Create a new parser, using the default Chunk Size */
|
34 |
ExpatXMLParser(void)
|
35 |
ExpatXMLParser(void)
|
|
... |
|
... |
304 |
}
|
305 |
}
|
305 |
protected:
|
306 |
protected:
|
306 |
const std::string& m_input;
|
307 |
const std::string& m_input;
|
307 |
};
|
308 |
};
|
308 |
|
309 |
|
309 |
}; // End namespace expatmm
|
310 |
}; // End namespace
|
310 |
|
311 |
|
311 |
#endif /* _EXPATMM_EXPATXMLPARSER_H */
|
312 |
#endif /* _EXPATMM_EXPATXMLPARSER_H */
|