X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FC%2B%2B%2Fgdome_xslt%2FGdomeSmartDOMXSLTStylesheet.hh;h=1757f39a39bfa8d1d7ce583fde98739dae3e915c;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=4306640dc5603d258c07c626aa29d858b0de1cf8;hpb=3d86b8880cb167070cfb6b4a8d486d1beffe0100;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.hh b/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.hh index 4306640dc..1757f39a3 100644 --- a/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.hh +++ b/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.hh @@ -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 >& params) const; void save(const Document& result, const std::string& filename) const; void save(const Document& result, FILE* f) const;