]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.hh
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / C++ / gdome_xslt / GdomeSmartDOMXSLTStylesheet.hh
index 4306640dc5603d258c07c626aa29d858b0de1cf8..1757f39a39bfa8d1d7ce583fde98739dae3e915c 100644 (file)
@@ -40,6 +40,7 @@ namespace GdomeSmartDOMExt {
     explicit XSLTStylesheet(const Document& doc);
     ~XSLTStylesheet();
 
+    Document apply(const Document& source) const;
     Document apply(const Document& source, const std::vector< std::pair<GdomeString, GdomeString> >& params) const;
     void     save(const Document& result, const std::string& filename) const;
     void     save(const Document& result, FILE* f) const;