diff options
Diffstat (limited to 'Swiften/Parser/XMLParserClient.h')
| -rw-r--r-- | Swiften/Parser/XMLParserClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Parser/XMLParserClient.h b/Swiften/Parser/XMLParserClient.h index f519646..2f0bc9e 100644 --- a/Swiften/Parser/XMLParserClient.h +++ b/Swiften/Parser/XMLParserClient.h | |||
| @@ -19,7 +19,7 @@ namespace Swift { | |||
| 19 | * he is interested in processing the element prefix or not. | 19 | * he is interested in processing the element prefix or not. |
| 20 | */ | 20 | */ |
| 21 | virtual void handleStartElement(const std::string& element, const std::string& ns, const AttributeMap& attributes); | 21 | virtual void handleStartElement(const std::string& element, const std::string& ns, const AttributeMap& attributes); |
| 22 | virtual void handleStartElementPrefix(const std::string& prefix, const std::string& uri, const std::string& name, const std::string& element, const std::string& ns, const AttributeMap& attributes); | 22 | virtual void handleStartElementPrefix(const std::string& prefix, const std::string& uri, const std::string& element, const AttributeMap& attributes); |
| 23 | 23 | ||
| 24 | virtual void handleEndElement(const std::string& element, const std::string& ns) = 0; | 24 | virtual void handleEndElement(const std::string& element, const std::string& ns) = 0; |
| 25 | virtual void handleCharacterData(const std::string& data) = 0; | 25 | virtual void handleCharacterData(const std::string& data) = 0; |
Swift