]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc
* added apply method that takes no parameters
[helm.git] / helm / DEVEL / gdome_xslt / C++ / gdome_xslt / GdomeSmartDOMXSLTStylesheet.cc
index ab71b0468dc7956e0f00de33412855e93e1f2a9c..9030c0db904f856060ff8769992b3c6150d032f7 100644 (file)
@@ -51,6 +51,13 @@ namespace GdomeSmartDOMExt {
       }
   }
 
+  Document
+  XSLTStylesheet::apply(const Document& source) const
+  {
+    std::vector< std::pair<GdomeString,GdomeString> > noParams;
+    return apply(source, noParams);
+  }
+
   Document
   XSLTStylesheet::apply(const Document& source, const std::vector< std::pair<GdomeString,GdomeString> >& params) const
   {