diff options
Diffstat (limited to 'project2/xmlPresenter.h')
-rw-r--r-- | project2/xmlPresenter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project2/xmlPresenter.h b/project2/xmlPresenter.h index ee610ee..cd63f1e 100644 --- a/project2/xmlPresenter.h +++ b/project2/xmlPresenter.h @@ -14,6 +14,8 @@ class XmlPresenter : public Presenter { XmlPresenter(); ~XmlPresenter(); + void declareNamespace(const Glib::ustring & prefix, const Glib::ustring & ns) const; + void setNamespace(const Glib::ustring & prefix, const Glib::ustring & ns) const; void pushSub(const Glib::ustring & name, const Glib::ustring & ns) const; void addAttr(const Glib::ustring & name, const Glib::ustring & ns, const VariableType & value) const; void addText(const VariableType & value) const; |