Line | Count | Source |
1 | // | |
2 | // LexicalHandler.cpp | |
3 | // | |
4 | // Library: XML | |
5 | // Package: SAX | |
6 | // Module: SAX | |
7 | // | |
8 | // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. | |
9 | // and Contributors. | |
10 | // | |
11 | // SPDX-License-Identifier: BSL-1.0 | |
12 | // | |
13 | ||
14 | ||
15 | #include "Poco/SAX/LexicalHandler.h" | |
16 | ||
17 | ||
18 | namespace Poco::XML { | |
19 | ||
20 | ||
21 | LexicalHandler::~LexicalHandler() | |
22 | 37.3k | { |
23 | 37.3k | } |
24 | ||
25 | ||
26 | } // namespace Poco::XML |