diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-22 21:52:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-22 21:52:32 +0100 |
| commit | a45e4307d377da9fbd17890a3701b443eef5b94e (patch) | |
| tree | 19812b86522bb5d510dc6ecb6247f95bba5c480e /src/cxml.h | |
| parent | abec1be888ad42013e3e45d22984420fd26892f3 (diff) | |
Make Node::content ignore comments and CDATA.
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ public: return n; } - /** @return The content of this node */ + /** @return The text content of this node (including comments or CDATA) */ std::string content () const; /** @return namespace URI of this node */ |
