Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XPATHENVSUPPORTDEFAULT_HEADER_GUARD_1357924680)
19 #define XPATHENVSUPPORTDEFAULT_HEADER_GUARD_1357924680
37 XALAN_CPP_NAMESPACE_BEGIN
76 return m_memoryManager;
87 const Locator* locator,
156 MemoryManager& theManager,
159 ErrorHandler* theErrorHandler = 0);
189 const Locator* locator)
const;
212 MemoryManager& m_memoryManager;
280 MemoryManager& m_memoryManager;
289 XALAN_CPP_NAMESPACE_END
293 #endif // XPATHENVSUPPORTDEFAULT_HEADER_GUARD_1357924680
void operator()(const NamespaceFunctionTablesInnerType::value_type &thePair) const
Delete the value object in a map value pair.
virtual const XalanDOMString & findURIFromDoc(const XalanDocument *owner) const
Given a DOM Document, tell what URI was used to parse it.
const Function * findFunction(const XalanDOMString &theNamespace, const XalanDOMString &functionName) const
Find an external function.
virtual XalanDocument * parseXML(MemoryManager &theManager, const XalanDOMString &urlString, const XalanDOMString &base, ErrorHandler *theErrorHandler=0)
Provides support for XML parsing service.
virtual ~XPathEnvSupportDefault()
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
XALAN_CPP_NAMESPACE_BEGIN typedef XalanMap< XalanDOMString, const Function * > FunctionTableTypeDefinition
FunctionTableTypeDefinition FunctionTableType
#define XALAN_USES_MEMORY_MANAGER(Type)
virtual void uninstallExternalFunctionLocal(const XalanDOMString &theNamespace, const XalanDOMString &functionName)
Uninstall an external function from the local space.
#define XALAN_DEFAULT_MEMMGR
#define XALAN_XPATH_EXPORT
XalanMap< XalanDOMString, XalanDocument * > SourceDocsTableType
Xalan implementation of a hashtable.
virtual void installExternalFunctionLocal(const XalanDOMString &theNamespace, const XalanDOMString &functionName, const Function &function)
Install an external function in the local space.
static void installExternalFunctionGlobal(const XalanDOMString &theNamespace, const XalanDOMString &functionName, const Function &function)
Install an external function in the global space.
XPathEnvSupportDefault(MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
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.
static void uninstallExternalFunctionGlobal(const XalanDOMString &theNamespace, const XalanDOMString &functionName)
Uninstall an external function from the global space.
MemoryManager & getMemoryManager() const
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)
Function that is called when a problem event occurs.
Class to hold XObjectPtr return types.
static void initialize(MemoryManager &theManager)
Perform initialization of statics – must be called before any processing occurs.
XalanMap< XalanDOMString, FunctionTableType > NamespaceFunctionTablesType
virtual bool elementAvailable(const XalanDOMString &theNamespace, const XalanDOMString &elementName) const
Determine if an external element is available.
virtual XObjectPtr extFunction(XPathExecutionContext &executionContext, const XalanDOMString &theNamespace, const XalanDOMString &functionName, XalanNode *context, const XObjectArgVectorType &argVec, const Locator *locator) const
Handle an extension function.
virtual XalanDocument * getSourceDocument(const XalanDOMString &theURI) const
Get the source document for the given URI.
XALAN_STD_QUALIFIER pair< const key_type, data_type > value_type
virtual void reset()
Reset the instance.
virtual void setSourceDocument(const XalanDOMString &theURI, XalanDocument *theDocument)
Associate a document with a given URI.
NamespaceFunctionTableDeleteFunctor(MemoryManager &theManager)
FunctionTableType FunctionTableInnerType
virtual void setPrintWriter(PrintWriter *pw)
static void terminate()
Perform termination of statics.
NamespaceFunctionTablesType NamespaceFunctionTablesInnerType
virtual bool functionAvailable(const XalanDOMString &theNamespace, const XalanDOMString &functionName) const
Determine if a function is available.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|