summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-22 16:55:57 +0100
committerCarl Hetherington <cth@carlh.net>2023-12-22 16:55:57 +0100
commitae548516fade46a267420d745694e02976160ab1 (patch)
treeeb8a9bb95c9dd8f4d4ebfa711f19a1c5bd5a4d32 /src/cxml.h
parent7381b197f721e4e38ead259ea5811aab8344f7fe (diff)
Add Node::is_text().v0.17.6
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 9a71889..713e9af 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -231,6 +231,8 @@ public:
return _node;
}
+ bool is_text() const;
+
protected:
xmlpp::Node* _node;