Add support for numeric XML entities to XMLParser
* Add support for decimal numeric entities to String::xml_unescape * Add more error checks to String::xml_unescape * Refactor XMLParser to use String::xml_unescape instead of an internal implementation
This commit is contained in:
@ -68,8 +68,6 @@ private:
|
||||
char *data = nullptr;
|
||||
char *P = nullptr;
|
||||
uint64_t length = 0;
|
||||
void unescape(String &p_str);
|
||||
Vector<String> special_characters;
|
||||
String node_name;
|
||||
bool node_empty = false;
|
||||
NodeType node_type = NODE_NONE;
|
||||
|
||||
Reference in New Issue
Block a user