Doxybook2::Xml
#include <Xml.hpp>
Public Classes
| Name | |
|---|---|
| class | Element |
| class | Node |
Public Types
| Name | |
|---|---|
| typedef std::function<void(Element &)> | ElementCallback |
Public Functions
| Name | |
|---|---|
| Xml(const std::string & path) | |
| ~Xml() | |
| Element | firstChildElement(const std::string & name) const |
| const std::string & | getPath() const |
Public Types Documentation
typedef ElementCallback
cpp
typedef std::function<void(Element&)> Doxybook2::Xml::ElementCallback;Public Functions Documentation
function Xml
cpp
explicit Xml(
const std::string & path
)function ~Xml
cpp
~Xml()function firstChildElement
cpp
Element firstChildElement(
const std::string & name
) constfunction getPath
cpp
inline const std::string & getPath() constUpdated on 2026-05-17 at 13:22:38 +0000