Skip to content

Doxybook2::Xml

#include <Xml.hpp>

Public Classes

Name
classElement
classNode

Public Types

Name
typedef std::function<void(Element &)>ElementCallback

Public Functions

Name
Xml(const std::string & path)
~Xml()
ElementfirstChildElement(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
) const

function getPath

cpp
inline const std::string & getPath() const

Updated on 2026-05-17 at 13:22:38 +0000

Built with VitePress