18#if !defined(XALANCOMPILEDSTYLESHEETDEFAULT_HEADER_GUARD)
19#define XALANCOMPILEDSTYLESHEETDEFAULT_HEADER_GUARD
45namespace XERCES_CPP_NAMESPACE
60using xercesc::EntityResolver;
61using xercesc::ErrorHandler;
69 MemoryManager& theManager,
72 ErrorHandler* theErrorHandler = 0,
73 EntityResolver* theEntityResolver = 0);
78 MemoryManager& theManager,
81 ErrorHandler* theErrorHandler = 0,
82 EntityResolver* theEntityResolver = 0);
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
An default implementation of an abtract class which provides support for constructing the internal re...
This acts as the stylesheet root of the stylesheet tree, and holds values that are shared by all styl...
It's the responsibility of the XSLTEngineImpl class, collaborating with the XML parser liaison,...
XalanCompiledStylesheetDefault(MemoryManager &theManager, const XSLTInputSource &theStylesheetSource, XSLTEngineImpl &theProcessor, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0)
virtual const StylesheetRoot * getStylesheetRoot() const
static XalanCompiledStylesheetDefault * create(MemoryManager &theManager, const XSLTInputSource &theStylesheetSource, XSLTEngineImpl &theProcessor, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0)
virtual ~XalanCompiledStylesheetDefault()
This is an abstraction of the StylesheetRoot class.
xercesc::ErrorHandler ErrorHandlerType
xercesc::EntityResolver EntityResolverType