| 109 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected