16 #if !defined(XALANCOMPILEDSTYLESHEETDEFAULT_HEADER_GUARD)
17 #define XALANCOMPILEDSTYLESHEETDEFAULT_HEADER_GUARD
43 XALAN_DECLARE_XERCES_CLASS(EntityResolver)
44 XALAN_DECLARE_XERCES_CLASS(ErrorHandler)
48 XALAN_CPP_NAMESPACE_BEGIN
65 ErrorHandlerType* theErrorHandler = 0,
66 EntityResolverType* theEntityResolver = 0);
74 ErrorHandlerType* theErrorHandler = 0,
75 EntityResolverType* theEntityResolver = 0);
81 getStylesheetRoot()
const;
94 XALAN_CPP_NAMESPACE_END
98 #endif // XALANCOMPILEDSTYLESHEETDEFAULT_HEADER_GUARD
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
This acts as the stylesheet root of the stylesheet tree, and holds values that are shared by all styl...
Definition: StylesheetRoot.hpp:61
Definition: XPathFactoryBlock.hpp:39
It's the responsibility of the XSLTEngineImpl class, collaborating with the XML parser liaison...
Definition: XSLTEngineImpl.hpp:122
XERCES_CPP_NAMESPACE_QUALIFIER ErrorHandler ErrorHandlerType
Definition: XalanCompiledStylesheetDefault.hpp:53
This is an abstraction of the StylesheetRoot class.
Definition: XalanCompiledStylesheet.hpp:38
Definition: XalanCompiledStylesheetDefault.hpp:57
XERCES_CPP_NAMESPACE_QUALIFIER EntityResolver EntityResolverType
Definition: XMLParserLiaison.hpp:42
An default implementation of an abtract class which provides support for constructing the internal re...
Definition: StylesheetConstructionContextDefault.hpp:98