16 #if !defined(XSLTPROCESSORENVSUPPORTDEFAULT_HEADER_GUARD_1357924680)
17 #define XSLTPROCESSORENVSUPPORTDEFAULT_HEADER_GUARD_1357924680
35 XALAN_CPP_NAMESPACE_BEGIN
61 m_processor = theProcessor;
73 installExternalFunctionGlobal(
85 uninstallExternalFunctionGlobal(
99 installExternalFunctionLocal(
111 uninstallExternalFunctionLocal(
121 eClassification classification,
125 const XalanDOMChar* uri,
127 int charOffset)
const;
164 const XObjectArgVectorType& argVec,
170 eClassification classification,
174 const XalanDOMChar* uri,
176 int charOffset)
const;
203 XALAN_CPP_NAMESPACE_END
207 #endif // XSLTPROCESSORENVSUPPORTDEFAULT_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanNode.hpp:44
Definition: Function.hpp:52
virtual const XalanDOMString & findURIFromDoc(const XalanDocument *owner) const =0
Given a DOM Document, tell what URI was used to parse it.
virtual void setSourceDocument(const XalanDOMString &theURI, XalanDocument *theDocument)=0
Associate a document with a given URI.
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
virtual bool elementAvailable(const XalanDOMString &theNamespace, const XalanDOMString &elementName) const =0
Determine if an external element is available.
Definition: ElemTemplateElement.hpp:74
XSLTProcessor * m_processor
Definition: XSLTProcessorEnvSupportDefault.hpp:198
virtual bool problem(eSource where, eClassification classification, const XalanNode *sourceNode, const ElemTemplateElement *styleNode, const XalanDOMString &msg, const XalanDOMChar *uri, int lineNo, int charOffset) const =0
Function that is called when a problem event occurs.
Definition: XSLTProcessorEnvSupport.hpp:40
Class to hold XObjectPtr return types.
Definition: XObject.hpp:584
Definition: XSLTProcessorEnvSupportDefault.hpp:43
Definition: XPathExecutionContext.hpp:72
virtual XObjectPtr extFunction(XPathExecutionContext &executionContext, const XalanDOMString &theNamespace, const XalanDOMString &functionName, XalanNode *context, const XObjectArgVectorType &argVec, const LocatorType *locator) const =0
Handle an extension function.
virtual XalanDocument * parseXML(MemoryManagerType &theManager, const XalanDOMString &urlString, const XalanDOMString &base)=0
Provides support for XML parsing service.
Dummy class in order to make the XPath object happy for diagnostic purposes.
Definition: XPathEnvSupportDefault.hpp:43
virtual bool functionAvailable(const XalanDOMString &theNamespace, const XalanDOMString &functionName) const =0
Determine if a function is available.
void setProcessor(XSLTProcessor *theProcessor)
Reset the XLST processor instance.
Definition: XSLTProcessorEnvSupportDefault.hpp:59
This class defines an interface for classes that resolve namespace prefixes to their URIs...
Definition: PrefixResolver.hpp:37
Definition: XalanDocument.hpp:51
virtual XalanDocument * getSourceDocument(const XalanDOMString &theURI) const =0
Get the source document for the given URI.
virtual void reset()=0
Reset the instance.
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
Definition: XalanDOMString.hpp:42
This is an interface for an XSLT Processor engine.
Definition: XSLTProcessor.hpp:79
XPathEnvSupportDefault m_defaultSupport
Definition: XSLTProcessorEnvSupportDefault.hpp:196