MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / parse

Method parse

base/poco/XML/src/SAXParser.cpp:188–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188void SAXParser::parse(InputSource* pInputSource)
189{
190 if (pInputSource->getByteStream() || pInputSource->getCharacterStream())
191 {
192 setupParse();
193 _engine.parse(pInputSource);
194 }
195 else parse(pInputSource->getSystemId());
196}
197
198
199void SAXParser::parse(const XMLString& systemId)

Callers 1

parseMemoryNPMethod · 0.45

Calls 7

fromXMLStringFunction · 0.85
getByteStreamMethod · 0.80
getCharacterStreamMethod · 0.80
parseFunction · 0.50
getSystemIdMethod · 0.45
resolveEntityMethod · 0.45
releaseInputSourceMethod · 0.45

Tested by

no test coverage detected