This commit is contained in:
MihailRis
2024-02-01 03:02:54 +03:00
parent da190f3f7b
commit 84e8fd1af6
2 changed files with 29 additions and 3 deletions
+1
View File
@@ -105,6 +105,7 @@ namespace xml {
void parseDeclaration();
void parseComment();
std::string parseText();
std::string parseXMLName();
public:
Parser(std::string filename, std::string source);