diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-22 16:55:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-22 16:55:57 +0100 |
| commit | ae548516fade46a267420d745694e02976160ab1 (patch) | |
| tree | eb8a9bb95c9dd8f4d4ebfa711f19a1c5bd5a4d32 /src/cxml.h | |
| parent | 7381b197f721e4e38ead259ea5811aab8344f7fe (diff) | |
Add Node::is_text().v0.17.6
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -231,6 +231,8 @@ public: return _node; } + bool is_text() const; + protected: xmlpp::Node* _node; |
