Doxybook2::Xml::Node
#include <Xml.hpp>
Public Functions
| Name | |
|---|---|
| Node() =default | |
| Node(tinyxml2::XMLNode * ptr) | |
| ~Node() =default | |
| Node | nextSibling() const |
| Node | firstChild() const |
| bool | hasText() const |
| std::string | getText() const |
| bool | isElement() const |
| Element | asElement() const |
| operator bool() const |
Public Functions Documentation
function Node
cpp
Node() =defaultfunction Node
cpp
explicit Node(
tinyxml2::XMLNode * ptr
)function ~Node
cpp
~Node() =defaultfunction nextSibling
cpp
Node nextSibling() constfunction firstChild
cpp
Node firstChild() constfunction hasText
cpp
bool hasText() constfunction getText
cpp
std::string getText() constfunction isElement
cpp
bool isElement() constfunction asElement
cpp
Element asElement() constfunction operator bool
cpp
inline operator bool() constUpdated on 2026-05-17 at 13:22:38 +0000