Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setSAXParser
Method
setSAXParser
Source/3rdParty/tinyxml2/SAXParser.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
virtual bool Visit(const tinyxml2::XMLUnknown&) { return true; }
24
25
void setSAXParser(SAXParser* parser) {
26
_saxParser = parser;
27
}
28
29
private:
30
SAXParser* _saxParser;
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected