summaryrefslogtreecommitdiffstats
path: root/src/xml/document.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2011-09-08 14:27:40 +0000
committertavmjong-free <tavmjong@free.fr>2011-09-08 14:27:40 +0000
commit8a73582fd88bffa4e219dfce758a930b43c06a98 (patch)
tree625d3418f77eb5db1aa913f522773ed0f4bd4f55 /src/xml/document.h
parentObey to dont-scale-strokewidth preference, even when scaling one dimension to... (diff)
downloadinkscape-8a73582fd88bffa4e219dfce758a930b43c06a98.tar.gz
inkscape-8a73582fd88bffa4e219dfce758a930b43c06a98.zip
Preserve CDATA sections on output.
(bzr r10625)
Diffstat (limited to 'src/xml/document.h')
-rw-r--r--src/xml/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml/document.h b/src/xml/document.h
index 98cc0522e..3bf0a63a6 100644
--- a/src/xml/document.h
+++ b/src/xml/document.h
@@ -92,6 +92,7 @@ public:
*/
virtual Node *createElement(char const *name)=0;
virtual Node *createTextNode(char const *content)=0;
+ virtual Node *createTextNode(char const *content, bool is_CData)=0;
virtual Node *createComment(char const *content)=0;
virtual Node *createPI(char const *target, char const *content)=0;
/*@}*/