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

Method getDeclaredPrefixes

base/poco/XML/src/NamespaceSupport.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70void NamespaceSupport::getDeclaredPrefixes(PrefixSet& prefixes) const
71{
72 prefixes.clear();
73 const Context& ctx = _contexts.back();
74 for (const auto& p: ctx)
75 prefixes.insert(p.first);
76}
77
78
79const XMLString& NamespaceSupport::getPrefix(const XMLString& namespaceURI) const

Callers 1

Calls 3

clearMethod · 0.45
backMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected