diff options
Diffstat (limited to 'server/src/saxparser.h')
| -rw-r--r-- | server/src/saxparser.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/server/src/saxparser.h b/server/src/saxparser.h index 3cb7997..65f17fe 100644 --- a/server/src/saxparser.h +++ b/server/src/saxparser.h @@ -42,6 +42,8 @@ public:    virtual void startTag(std::string name, std::map< std::string, std::string> attributes) {}    virtual void endTag(std::string name) {} +  virtual void parseError(char *buf, size_t len, std::string error, int lineno); +  protected:    virtual int readData(char *data, size_t size) { return 0; } | 
