|
| | XSLTProcessorEnvSupportDefault (MemoryManager &theManager, XSLTProcessor *theProcessor=0) |
| |
| virtual | ~XSLTProcessorEnvSupportDefault () |
| |
| void | setProcessor (XSLTProcessor *theProcessor) |
| | Reset the XLST processor instance. 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 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 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...
|
| |
| | XSLTProcessorEnvSupportDefault (const XSLTProcessorEnvSupportDefault &) |
| |
| XSLTProcessorEnvSupportDefault & | operator= (const XSLTProcessorEnvSupportDefault &) |
| |
| bool | operator== (const XSLTProcessorEnvSupportDefault &) const |
| |
| | XSLTProcessorEnvSupport () |
| |
| virtual | ~XSLTProcessorEnvSupport () |
| |
| 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...
|
| |
| | 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...
|
| |