|
| XPathEnvSupportDefault (MemoryManager &theManager XALAN_DEFAULT_MEMMGR) |
|
virtual | ~XPathEnvSupportDefault () |
|
MemoryManager & | getMemoryManager () const |
|
virtual void | setPrintWriter (PrintWriter *pw) |
|
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. More...
|
|
virtual void | problem (eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode) |
| Function that is called when a problem event occurs. More...
|
|
virtual void | installExternalFunctionLocal (const XalanDOMString &theNamespace, const XalanDOMString &functionName, const Function &function) |
| Install an external function in the local space. More...
|
|
virtual void | uninstallExternalFunctionLocal (const XalanDOMString &theNamespace, const XalanDOMString &functionName) |
| Uninstall an external function from the local space. More...
|
|
virtual XalanDocument * | parseXML (MemoryManager &theManager, const XalanDOMString &urlString, const XalanDOMString &base, ErrorHandler *theErrorHandler=0) |
| Provides support for XML parsing service. More...
|
|
virtual XalanDocument * | getSourceDocument (const XalanDOMString &theURI) const |
| Get the source document for the given URI. More...
|
|
virtual void | setSourceDocument (const XalanDOMString &theURI, XalanDocument *theDocument) |
| Associate a document with a given URI. More...
|
|
virtual const XalanDOMString & | findURIFromDoc (const XalanDocument *owner) const |
| Given a DOM Document, tell what URI was used to parse it. More...
|
|
virtual bool | elementAvailable (const XalanDOMString &theNamespace, const XalanDOMString &elementName) const |
| Determine if an external element is available. More...
|
|
virtual bool | functionAvailable (const XalanDOMString &theNamespace, const XalanDOMString &functionName) const |
| Determine if a function is available. More...
|
|
virtual XObjectPtr | extFunction (XPathExecutionContext &executionContext, const XalanDOMString &theNamespace, const XalanDOMString &functionName, XalanNode *context, const XObjectArgVectorType &argVec, const Locator *locator) const |
| Handle an extension function. More...
|
|
virtual void | reset () |
| Reset the instance. More...
|
|
| XPathEnvSupport () |
|
virtual | ~XPathEnvSupport () |
|
virtual void | problem (eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)=0 |
| Function that is called when a problem event occurs. More...
|
|
virtual void | problem (eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)=0 |
| Function that is called when a problem event occurs. More...
|
|
virtual XalanDocument * | parseXML (MemoryManager &theManager, const XalanDOMString &urlString, const XalanDOMString &base, ErrorHandler *theErrorHandler=0)=0 |
| Provides support for XML parsing service. More...
|
|
virtual XalanDocument * | getSourceDocument (const XalanDOMString &theURI) const =0 |
| Get the source document for the given URI. More...
|
|
virtual void | setSourceDocument (const XalanDOMString &theURI, XalanDocument *theDocument)=0 |
| Associate a document with a given URI. More...
|
|
virtual const XalanDOMString & | findURIFromDoc (const XalanDocument *owner) const =0 |
| Given a DOM Document, tell what URI was used to parse it. More...
|
|
virtual bool | elementAvailable (const XalanDOMString &theNamespace, const XalanDOMString &elementName) const =0 |
| Determine if an external element is available. More...
|
|
virtual bool | functionAvailable (const XalanDOMString &theNamespace, const XalanDOMString &functionName) const =0 |
| Determine if a function is available. More...
|
|
virtual XObjectPtr | extFunction (XPathExecutionContext &executionContext, const XalanDOMString &theNamespace, const XalanDOMString &functionName, XalanNode *context, const XObjectArgVectorType &argVec, const Locator *locator) const =0 |
| Handle an extension function. More...
|
|
virtual void | reset ()=0 |
| Reset the instance. More...
|
|
| ProblemListenerBase () |
|
virtual | ~ProblemListenerBase () |
|
virtual void | problem (eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)=0 |
| Function that is called when a problem event occurs. More...
|
|
virtual void | problem (eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)=0 |
| Function that is called when a problem event occurs. More...
|
|
|
static void | initialize (MemoryManager &theManager) |
| Perform initialization of statics – must be called before any processing occurs. More...
|
|
static void | terminate () |
| Perform termination of statics. More...
|
|
static void | installExternalFunctionGlobal (const XalanDOMString &theNamespace, const XalanDOMString &functionName, const Function &function) |
| Install an external function in the global space. More...
|
|
static void | uninstallExternalFunctionGlobal (const XalanDOMString &theNamespace, const XalanDOMString &functionName) |
| Uninstall an external function from the global space. More...
|
|
static void | defaultFormat (PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode) |
| Function to format a problem call to a PrintWriter instance. More...
|
|
static void | defaultFormat (PrintWriter &pw, eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode) |
| Function to format a problem call to a PrintWriter instance. More...
|
|
Definition at line 46 of file XPathEnvSupportDefault.hpp.