18#if !defined(XPATHENVSUPPORTDEFAULT_HEADER_GUARD_1357924680)
19#define XPATHENVSUPPORTDEFAULT_HEADER_GUARD_1357924680
76 return m_memoryManager;
212 MemoryManager& m_memoryManager;
280 MemoryManager& m_memoryManager;
#define XALAN_XPATH_EXPORT
#define XALAN_DEFAULT_MEMMGR
#define XALAN_USES_MEMORY_MANAGER(Type)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to hold XObjectPtr return types.
virtual void reset()
Reset the instance.
virtual bool functionAvailable(const XalanDOMString &theNamespace, const XalanDOMString &functionName) const
Determine if a function is available.
static void terminate()
Perform termination of statics.
virtual ~XPathEnvSupportDefault()
virtual XalanDocument * parseXML(MemoryManager &theManager, const XalanDOMString &urlString, const XalanDOMString &base, ErrorHandler *theErrorHandler=0)
Provides support for XML parsing service.
static void uninstallExternalFunctionGlobal(const XalanDOMString &theNamespace, const XalanDOMString &functionName)
Uninstall an external function from the global space.
virtual void setSourceDocument(const XalanDOMString &theURI, XalanDocument *theDocument)
Associate a document with a given URI.
virtual XalanDocument * getSourceDocument(const XalanDOMString &theURI) const
Get the source document for the given URI.
XalanMap< XalanDOMString, FunctionTableType > NamespaceFunctionTablesType
virtual void uninstallExternalFunctionLocal(const XalanDOMString &theNamespace, const XalanDOMString &functionName)
Uninstall an external function from the local space.
virtual const XalanDOMString & findURIFromDoc(const XalanDocument *owner) const
Given a DOM Document, tell what URI was used to parse it.
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)
Function that is called when a problem event occurs.
virtual XObjectPtr extFunction(XPathExecutionContext &executionContext, const XalanDOMString &theNamespace, const XalanDOMString &functionName, XalanNode *context, const XObjectArgVectorType &argVec, const Locator *locator) const
Handle an extension function.
XalanMap< XalanDOMString, XalanDocument * > SourceDocsTableType
virtual void setPrintWriter(PrintWriter *pw)
virtual void installExternalFunctionLocal(const XalanDOMString &theNamespace, const XalanDOMString &functionName, const Function &function)
Install an external function in the local space.
const Function * findFunction(const XalanDOMString &theNamespace, const XalanDOMString &functionName) const
Find an external function.
static void installExternalFunctionGlobal(const XalanDOMString &theNamespace, const XalanDOMString &functionName, const Function &function)
Install an external function in the global space.
virtual bool elementAvailable(const XalanDOMString &theNamespace, const XalanDOMString &elementName) const
Determine if an external element is available.
XPathEnvSupportDefault(MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
MemoryManager & getMemoryManager() const
FunctionTableTypeDefinition FunctionTableType
static void initialize(MemoryManager &theManager)
Perform initialization of statics – must be called before any processing occurs.
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)
Function that is called when a problem event occurs.
std::pair< const key_type, data_type > value_type
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
void operator()(const NamespaceFunctionTablesInnerType::value_type &thePair) const
Delete the value object in a map value pair.
NamespaceFunctionTableDeleteFunctor(MemoryManager &theManager)
FunctionTableType FunctionTableInnerType
NamespaceFunctionTablesType NamespaceFunctionTablesInnerType