From 35334241ce4b76b1b1a66219ce938f27fdf39031 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Tue, 20 May 2014 21:17:10 +0200 Subject: Replaced FunctionResolveInclude with IncludeEntityResolver * xalan / xerces offers the possibility of implementing custom entity resolvers which are called upon by "" had to be implemented --- src/function/resolve_include.h | 44 ------------------------------------------ 1 file changed, 44 deletions(-) delete mode 100644 src/function/resolve_include.h (limited to 'src/function/resolve_include.h') diff --git a/src/function/resolve_include.h b/src/function/resolve_include.h deleted file mode 100644 index 2d6e62f..0000000 --- a/src/function/resolve_include.h +++ /dev/null @@ -1,44 +0,0 @@ -#ifndef INPUTXSLT_SRC_FUNCTION_RESOLVE_INCLUDE_H_ -#define INPUTXSLT_SRC_FUNCTION_RESOLVE_INCLUDE_H_ - -#include -#include -#include - -#include "boost/filesystem.hpp" - -#include -#include -#include - -#include "common.h" -#include "support/filesystem_context.h" - -namespace InputXSLT { - -class FunctionResolveInclude : public xalan::Function { - public: - FunctionResolveInclude(const std::vector&); - - virtual xalan::XObjectPtr execute( - xalan::XPathExecutionContext&, - xalan::XalanNode*, - const xalan::XObjectPtr, - const xalan::Locator* - ) const; - - virtual FunctionResolveInclude* clone(xalan::MemoryManager&) const; - - FunctionResolveInclude& operator=(const FunctionResolveInclude&) = delete; - bool operator==(const FunctionResolveInclude&) const = delete; - - private: - const std::shared_ptr> path_; - - const xalan::XalanDOMString& getError(xalan::XalanDOMString&) const; - -}; - -} - -#endif // INPUTXSLT_SRC_FUNCTION_RESOLVE_INCLUDE_H_ -- cgit v1.2.3