Library: FastInfoset
Package: SAX
Header: Poco/FastInfoset/FastInfosetParser.h
Internal data struct presenting a qualifiedName, introduced to avoid string copying where possible, reduces memory overhead.
const std::string * pLocalName;
const std::string * pPrefix;
const std::string * pUri;