summaryrefslogtreecommitdiffstats
path: root/src/uscxml/DOMUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/DOMUtils.h')
-rw-r--r--src/uscxml/DOMUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/DOMUtils.h b/src/uscxml/DOMUtils.h
index 2264e64..0691952 100644
--- a/src/uscxml/DOMUtils.h
+++ b/src/uscxml/DOMUtils.h
@@ -84,6 +84,7 @@ class USCXML_API NameSpacingParser : public Arabica::SAX2DOM::Parser<std::string
public:
NameSpacingParser();
NameSpacingParser(const NameSpacingParser& other) {}
+ static NameSpacingParser fromFile(const std::string& file);
static NameSpacingParser fromXML(const std::string& xml);
static NameSpacingParser fromInputSource(Arabica::SAX::InputSource<std::string>& source);