summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
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;