diff options
| author | MenTaLguY <mental@rydia.net> | 2008-03-07 22:18:56 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-03-07 22:18:56 +0000 |
| commit | 31acc450aa0320ab82f5075adf8afbcae0763e6d (patch) | |
| tree | ef45a9eeb5a7baa754176307396a2837bca879e0 /src/xml/simple-document.h | |
| parent | Fix #include (diff) | |
| download | inkscape-31acc450aa0320ab82f5075adf8afbcae0763e6d.tar.gz inkscape-31acc450aa0320ab82f5075adf8afbcae0763e6d.zip | |
add basic support for preserving processing instructions in the AST
(bzr r4987)
Diffstat (limited to 'src/xml/simple-document.h')
| -rw-r--r-- | src/xml/simple-document.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml/simple-document.h b/src/xml/simple-document.h index 17e283f2a..cadda36cb 100644 --- a/src/xml/simple-document.h +++ b/src/xml/simple-document.h @@ -49,6 +49,7 @@ public: Node *createElement(char const *name); Node *createTextNode(char const *content); Node *createComment(char const *content); + Node *createPI(char const *target, char const *content); void notifyChildAdded(Node &parent, Node &child, Node *prev); |
