index
:
libcxml
appimage-on-ubuntu14
cpp11
cpp17
cxx11
deb
fixlibdir
master
native-backend
python310
static-tests
test
tmp
unstab
v0.16.x
videocon-0
win32-crash
libxml++ helper library
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cxml.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/cxml.h')
-rw-r--r--
src/cxml.h
2
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;