diff options
Diffstat (limited to 'src/uscxml/Message.h')
-rw-r--r-- | src/uscxml/Message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/Message.h b/src/uscxml/Message.h index 27bd071..ea1e8ab 100644 --- a/src/uscxml/Message.h +++ b/src/uscxml/Message.h @@ -139,6 +139,8 @@ public: void setDOM(const Arabica::DOM::Document<std::string>& dom) { this->dom = dom; } + Arabica::DOM::Node<std::string> getFirstDOMElement() const; + Arabica::DOM::Document<std::string> getStrippedDOM() const; std::string getRaw() { return raw; |