|
Dev Essential
1.6.3
|
#include <a_util/base/enums.h>#include <a_util/memory/stack_ptr.h>#include <list>#include <map>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | a_util::xml::DOMException |
| Exception class used by the DOM classes. More... | |
| class | a_util::xml::DOMElement |
| Representation for an element in the DOM. More... | |
| class | a_util::xml::DOM |
| XML parser to read and write standard XML files. More... | |
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::xml |
| Serves as component for handling XML. | |
Typedefs | |
| typedef std::list< DOMElement > | a_util::xml::DOMElementList |
| Tyoe alias for DOMElement lists. | |
| typedef std::map< std::string, std::string > | a_util::xml::DOMAttributes |
| Type alias for DOM attributes. | |
Functions | |
| bool | a_util::xml::operator!= (const DOMElement &lhs, const DOMElement &rhs) |
| bool | a_util::xml::operator== (const DOM &lhs, const DOM &rhs) |
| bool | a_util::xml::operator!= (const DOM &lhs, const DOM &rhs) |
Public API for DOM and DOMElement types and functions
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.