MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / XMLParserAdapter

Method XMLParserAdapter

xmpsdk/src/XMLParserAdapter.hpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109public:
110
111 XMLParserAdapter()
112 : tree(0,"",kRootNode), rootNode(0), rootCount(0), charEncoding(XMP_OptionBits(-1)), pendingCount(0)
113 {
114 #if XMP_DebugBuild
115 parseLog = 0;
116 #endif
117 };
118
119 virtual ~XMLParserAdapter() {};
120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected