60 __attribute__((deprecated))
void
88 __attribute__((deprecated))
void
117 __attribute__((deprecated))
void
155 const std::vector<ReplaceTagItem> &replacement_table,
156 const std::vector<std::tuple<std::string, std::string>>
157 &symbols_replacement);
161 recursiveReplacement(
const std::vector<XMLElement> &elements,
162 std::string &annotation);
165 recursiveTagRemoving(
const std::vector<XMLElement> &elements,
166 std::string &annotation);
169 replaceSymbols(
const std::string &source);
171 XMLParserCPP *xml_parser;
173 std::vector<ReplaceTagItem> replacement_table;
175 std::vector<std::tuple<std::string, std::string>> symbols_replacement;
177 std::shared_ptr<AuxFunc> af;