39 #ifndef OME_COMMON_XSL_TRANSFORMER_H 40 #define OME_COMMON_XSL_TRANSFORMER_H 42 #include <boost/filesystem/path.hpp> 46 #include <ome/common/xml/EntityResolver.h> 48 #include <xalanc/XalanTransformer/XalanTransformer.hpp> 134 xalanc::XSLTInputSource& input,
135 xalanc::XSLTResultTarget& output);
146 transform(
const boost::filesystem::path& xsl,
147 const boost::filesystem::path& input,
148 const boost::filesystem::path& output);
159 transform(
const boost::filesystem::path& xsl,
161 const boost::filesystem::path& output);
172 transform(
const boost::filesystem::path& xsl,
173 const std::string& input,
174 const boost::filesystem::path& output);
185 transform(
const boost::filesystem::path& xsl,
186 const boost::filesystem::path& input,
187 std::ostream& output);
198 transform(
const boost::filesystem::path& xsl,
200 std::ostream& output);
211 transform(
const boost::filesystem::path& xsl,
212 const std::string& input,
213 std::ostream& output);
224 transform(
const boost::filesystem::path& xsl,
225 const boost::filesystem::path& input,
226 std::string& output);
237 transform(
const boost::filesystem::path& xsl,
239 std::string& output);
250 transform(
const boost::filesystem::path& xsl,
251 const std::string& input,
252 std::string& output);
265 #endif // OME_COMMON_XSL_TRANSFORMER_H
Memory type substitution.
Xerces entity resolver.
Definition: EntityResolver.h:66
Open Microscopy Environment C++.
Definition: base64.h:48