2020-02-17 22:11:31 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > XQilla Simple API Documentation< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
< a style = "float:right;" href = "http://sourceforge.net/projects/xqilla" > < img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border = "0" alt = "SourceForge.net Logo" / > < / a >
2020-02-17 22:23:16 +01:00
<!-- Generated by Doxygen 1.6.1 -->
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
2020-02-17 22:19:57 +01:00
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
< / ul >
< / div >
2020-02-17 22:23:16 +01:00
< div class = "tabs" >
< ul >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "classes.html" > < span > Class Index< / span > < / a > < / li >
< li > < a href = "hierarchy.html" > < span > Class Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
2020-02-17 22:19:57 +01:00
< / ul >
< / div >
< / div >
< div class = "contents" >
2020-02-17 22:23:16 +01:00
< h1 > ExternalFunction Class Reference< / h1 > <!-- doxytag: class="ExternalFunction" -->
2020-02-17 22:19:57 +01:00
< p > < code > #include < < a class = "el" href = "ExternalFunction_8hpp_source.html" > ExternalFunction.hpp< / a > > < / code > < / p >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< p > < a href = "classExternalFunction-members.html" > List of all members.< / a > < / p >
2020-02-17 22:23:16 +01:00
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td colspan = "2" > < h2 > Classes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a15c836af39ef9a5d79a3edbb87e22176" > ~ExternalFunction< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a68d2eb21c7bd8072fdfd01cd3c794fd9" > getURI< / a > () const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a8bf0aa847fbcc2defbe287e277223e58" > getName< / a > () const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a45708d6c78ab5cbbc8e39483defeea76" > getURINameHash< / a > () const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > unsigned int < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a6edce344cc26cbee3007846c922c2973" > getNumberOfArguments< / a > () const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classResult.html" > Result< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a1f092fc7e07b1ff4075143282813b064" > execute< / a > (const < a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a > *args, < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Execute the (non-updating) function. < a href = "#a1f092fc7e07b1ff4075143282813b064" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual PendingUpdateList < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a04d1c19baeb22db53c1453efbbbb4c31" > executeUpdate< / a > (const < a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a > *args, < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Execute the updating function. < a href = "#a04d1c19baeb22db53c1453efbbbb4c31" > < / a > < br / > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > Protected Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#af2a09a3de46e742706969e60bd4db056" > ExternalFunction< / a > (const XMLCh *uri, const XMLCh *name, unsigned int numberOfArgs, < a class = "el" href = "classXPath2MemoryManager.html" > XPath2MemoryManager< / a > *mm)< / td > < / tr >
< tr > < td colspan = "2" > < h2 > Protected Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a7707c9ebb2cbc37e915b849ffce4371f" > uri_< / a > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a9e666ea401b178e10ab3c0799b3270bd" > name_< / a > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#a0ad0a21279823e2a038364827e859725" > uriName_< / a > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > unsigned int < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classExternalFunction.html#ac4803adcaf53f91a84e6a83c25571cf5" > numArgs_< / a > < / td > < / tr >
2020-02-17 22:11:31 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< hr / > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" id = "a15c836af39ef9a5d79a3edbb87e22176" > < / a > <!-- doxytag: member="ExternalFunction::~ExternalFunction" ref="a15c836af39ef9a5d79a3edbb87e22176" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual ExternalFunction::~ExternalFunction < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 22:19:57 +01:00
< td > < code > [inline, virtual]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< a class = "anchor" id = "af2a09a3de46e742706969e60bd4db056" > < / a > <!-- doxytag: member="ExternalFunction::ExternalFunction" ref="af2a09a3de46e742706969e60bd4db056" args="(const XMLCh *uri, const XMLCh *name, unsigned int numberOfArgs, XPath2MemoryManager *mm)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > ExternalFunction::ExternalFunction < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > uri< / em > , < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > name< / em > , < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > unsigned int < / td >
< td class = "paramname" > < em > numberOfArgs< / em > , < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > < a class = "el" href = "classXPath2MemoryManager.html" > XPath2MemoryManager< / a > * < / td >
< td class = "paramname" > < em > mm< / em > < / td > < td > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td > < / td >
< td > )< / td >
2020-02-17 22:23:16 +01:00
< td > < / td > < td > < / td > < td > < code > [protected]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< hr / > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" id = "a1f092fc7e07b1ff4075143282813b064" > < / a > <!-- doxytag: member="ExternalFunction::execute" ref="a1f092fc7e07b1ff4075143282813b064" args="(const Arguments *args, DynamicContext *context) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual < a class = "el" href = "classResult.html" > Result< / a > ExternalFunction::execute < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > const < a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a > * < / td >
< td class = "paramname" > < em > args< / em > , < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > < / td > < td > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td > < / td >
< td > )< / td >
2020-02-17 22:23:16 +01:00
< td > < / td > < td > < / td > < td > const< code > [virtual]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< p > Execute the (non-updating) function. < / p >
< / div >
< / div >
< a class = "anchor" id = "a04d1c19baeb22db53c1453efbbbb4c31" > < / a > <!-- doxytag: member="ExternalFunction::executeUpdate" ref="a04d1c19baeb22db53c1453efbbbb4c31" args="(const Arguments *args, DynamicContext *context) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual PendingUpdateList ExternalFunction::executeUpdate < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > const < a class = "el" href = "classExternalFunction_1_1Arguments.html" > Arguments< / a > * < / td >
< td class = "paramname" > < em > args< / em > , < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > < / td > < td > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< tr >
2020-02-17 22:19:57 +01:00
< td > < / td >
< td > )< / td >
2020-02-17 22:23:16 +01:00
< td > < / td > < td > < / td > < td > const< code > [virtual]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< p > Execute the updating function. < / p >
< / div >
< / div >
< a class = "anchor" id = "a8bf0aa847fbcc2defbe287e277223e58" > < / a > <!-- doxytag: member="ExternalFunction::getName" ref="a8bf0aa847fbcc2defbe287e277223e58" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > const XMLCh* ExternalFunction::getName < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 22:19:57 +01:00
< td > const< code > [inline]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
2020-02-17 22:19:08 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:19:08 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< a class = "anchor" id = "a6edce344cc26cbee3007846c922c2973" > < / a > <!-- doxytag: member="ExternalFunction::getNumberOfArguments" ref="a6edce344cc26cbee3007846c922c2973" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > unsigned int ExternalFunction::getNumberOfArguments < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 22:19:57 +01:00
< td > const< code > [inline]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
2020-02-17 22:19:08 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:19:08 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< a class = "anchor" id = "a68d2eb21c7bd8072fdfd01cd3c794fd9" > < / a > <!-- doxytag: member="ExternalFunction::getURI" ref="a68d2eb21c7bd8072fdfd01cd3c794fd9" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > const XMLCh* ExternalFunction::getURI < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 22:19:57 +01:00
< td > const< code > [inline]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< a class = "anchor" id = "a45708d6c78ab5cbbc8e39483defeea76" > < / a > <!-- doxytag: member="ExternalFunction::getURINameHash" ref="a45708d6c78ab5cbbc8e39483defeea76" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:19:08 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > const XMLCh* ExternalFunction::getURINameHash < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 22:19:57 +01:00
< td > const< code > [inline]< / code > < / td >
2020-02-17 22:19:08 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< hr / > < h2 > Member Data Documentation< / h2 >
< a class = "anchor" id = "a9e666ea401b178e10ab3c0799b3270bd" > < / a > <!-- doxytag: member="ExternalFunction::name_" ref="a9e666ea401b178e10ab3c0799b3270bd" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > const XMLCh* < a class = "el" href = "classExternalFunction.html#a9e666ea401b178e10ab3c0799b3270bd" > ExternalFunction::name_< / a > < code > [protected]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< a class = "anchor" id = "ac4803adcaf53f91a84e6a83c25571cf5" > < / a > <!-- doxytag: member="ExternalFunction::numArgs_" ref="ac4803adcaf53f91a84e6a83c25571cf5" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > unsigned int < a class = "el" href = "classExternalFunction.html#ac4803adcaf53f91a84e6a83c25571cf5" > ExternalFunction::numArgs_< / a > < code > [protected]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< a class = "anchor" id = "a7707c9ebb2cbc37e915b849ffce4371f" > < / a > <!-- doxytag: member="ExternalFunction::uri_" ref="a7707c9ebb2cbc37e915b849ffce4371f" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > const XMLCh* < a class = "el" href = "classExternalFunction.html#a7707c9ebb2cbc37e915b849ffce4371f" > ExternalFunction::uri_< / a > < code > [protected]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< a class = "anchor" id = "a0ad0a21279823e2a038364827e859725" > < / a > <!-- doxytag: member="ExternalFunction::uriName_" ref="a0ad0a21279823e2a038364827e859725" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:11:31 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > const XMLCh* < a class = "el" href = "classExternalFunction.html#a0ad0a21279823e2a038364827e859725" > ExternalFunction::uriName_< / a > < code > [protected]< / code > < / td >
2020-02-17 22:11:31 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:11:31 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "ExternalFunction_8hpp_source.html" > ExternalFunction.hpp< / a > < / li >
< / ul >
< / div >
2020-02-17 22:23:16 +01:00
< hr size = "1" / > < address style = "text-align: right;" > < small > Generated on 18 May 2015 for XQilla Simple API by
2020-02-17 22:11:31 +01:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 22:23:16 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.6.1 < / small > < / address >
2020-02-17 22:11:31 +01:00
< / body >
< / html >