src/XMLDocumentConstructor.h
branchv_0
changeset 15 917b8fbd29b9
parent 14 5be268bc4c69
--- a/src/XMLDocumentConstructor.h	Sun Oct 25 21:48:11 2020 +0100
+++ b/src/XMLDocumentConstructor.h	Sat Nov 28 23:51:54 2020 +0100
@@ -30,6 +30,9 @@
 
 	XMLDocumentConstructor(std::istream* input, xmlpp::DomParser* parser) : input(input), parser(parser) {
 	}
+	
+	void setOption(const std::string& uri, const std::string& value) {
+	}
 
 	void process() {
 		parser->parse_stream(*input);