summaryrefslogtreecommitdiff
path: root/src/saxparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/saxparser.h')
-rw-r--r--src/saxparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saxparser.h b/src/saxparser.h
index c3700bf..aff90d7 100644
--- a/src/saxparser.h
+++ b/src/saxparser.h
@@ -39,7 +39,8 @@ public:
virtual ~SAXParser();
int parse();
-
+ int parse(std::string buffer);
+
virtual void characterData(std::string &data) {}
virtual void startTag(std::string name, attr_t attr) {}
virtual void endTag(std::string name) {}