mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 03:57:44 +03:00
Nov_12_2023-Dev
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
class ParserXML : public ParserBase {
|
||||
public:
|
||||
ParserXML(IParserStreamReceiver &receiver);
|
||||
ParserXML(IParserStreamReceiver &receiver, size_t parser_depth);
|
||||
virtual ~ParserXML();
|
||||
size_t push(const char *data, size_t data_len);
|
||||
void finish();
|
||||
@@ -94,6 +94,7 @@ private:
|
||||
std::vector<ElemTrackInfo> m_elemTrackStack;
|
||||
xmlSAXHandler m_saxHandler;
|
||||
xmlParserCtxtPtr m_pushParserCtxPtr;
|
||||
size_t m_parser_depth;
|
||||
public:
|
||||
static const std::string m_parserName;
|
||||
};
|
||||
|
Reference in New Issue
Block a user