| applyTemplatesReturningFile(const char *outfile) | XsltExecutable | |
| applyTemplatesReturningString() | XsltExecutable | |
| applyTemplatesReturningValue() | XsltExecutable | |
| callFunctionReturningFile(const char *functionName, XdmValue **arguments, int argument_length, const char *outfile) | XsltExecutable | |
| callFunctionReturningString(const char *functionName, XdmValue **arguments, int argument_length) | XsltExecutable | |
| callFunctionReturningValue(const char *functionName, XdmValue **arguments, int argument_length) | XsltExecutable | |
| callTemplateReturningFile(const char *templateName, const char *outfile) | XsltExecutable | |
| callTemplateReturningString(const char *templateName=nullptr) | XsltExecutable | |
| callTemplateReturningValue(const char *templateName=nullptr) | XsltExecutable | |
| clearParameters(bool deleteValues=false) | XsltExecutable | |
| clearProperties() | XsltExecutable | |
| clearXslMessages() | XsltExecutable | |
| clone() | XsltExecutable | |
| createCharArray(int len) | XsltExecutable | inline |
| deleteXdmValueArray(XdmValue **arr, int len) | XsltExecutable | |
| exceptionClear() | XsltExecutable | |
| exceptionOccurred() | XsltExecutable | |
| exportStylesheet(const char *filename) | XsltExecutable | |
| getcwd() | XsltExecutable | |
| getErrorMessage() | XsltExecutable | |
| getException() | XsltExecutable | |
| getParameter(const char *name, bool withParam=true) | XsltExecutable | |
| getParameters() | XsltExecutable | |
| getProperties() | XsltExecutable | |
| getProperty(const char *name) | XsltExecutable | |
| getResultDocuments() | XsltExecutable | |
| getSaxonProcessor() | XsltExecutable | inline |
| getXslMessages() | XsltExecutable | |
| removeParameter(const char *name) | XsltExecutable | |
| removeProperty(const char *name) | XsltExecutable | |
| setBaseOutputURI(const char *baseURI) | XsltExecutable | |
| setCaptureResultDocuments(bool flag, bool rawResults=false) | XsltExecutable | |
| setcwd(const char *cwd) | XsltExecutable | |
| setGlobalContextFromFile(const char *filename) | XsltExecutable | |
| setGlobalContextItem(XdmItem *value) | XsltExecutable | |
| setInitialMatchSelection(XdmValue *selection) | XsltExecutable | |
| setInitialMatchSelectionAsFile(const char *filename) | XsltExecutable | |
| setInitialMode(const char *modeName) | XsltExecutable | |
| setInitialTemplateParameters(std::map< std::string, XdmValue * > parameters, bool tunnel) | XsltExecutable | |
| setOutputFile(const char *outfile) | XsltExecutable | |
| setParameter(const char *name, XdmValue *value) | XsltExecutable | |
| setProperty(const char *name, const char *value) | XsltExecutable | |
| setResultAsRawValue(bool option) | XsltExecutable | |
| setSaveXslMessage(bool show, const char *filename=nullptr) | XsltExecutable | |
| transformFileToFile(const char *sourcefile, const char *outputfile) | XsltExecutable | |
| transformFileToString(const char *sourcefile) | XsltExecutable | |
| transformFileToValue(const char *sourcefile) | XsltExecutable | |
| transformToFile(XdmNode *source=nullptr) | XsltExecutable | |
| transformToString(XdmNode *source=nullptr) | XsltExecutable | |
| transformToValue(XdmNode *source=nullptr) | XsltExecutable | |
| Xslt30Processor (defined in XsltExecutable) | XsltExecutable | friend |
| ~XsltExecutable() (defined in XsltExecutable) | XsltExecutable | |