2020-02-17 22:05:20 +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" >
2020-02-17 22:11:31 +01:00
< title > XQilla DOM3 API Documentation< / title >
2020-02-17 22:05:20 +01:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 22:11:31 +01:00
< 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 > XQillaNSResolver Class Reference< / h1 > <!-- doxytag: class="XQillaNSResolver" --> <!-- doxytag: inherits="xercesc::DOMXPathNSResolver" -->
< p > The < code > < a class = "el" href = "classXQillaNSResolver.html" title = "The XQillaNSResolver interface extends the DOMXPathNSResolver providing the ability..." > XQillaNSResolver< / a > < / code > interface extends the < code > DOMXPathNSResolver< / code > providing the ability to add additional namespace bindings.
2020-02-17 22:19:57 +01:00
< a href = "#_details" > More...< / a > < / p >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > < code > #include < < a class = "el" href = "XQillaNSResolver_8hpp_source.html" > XQillaNSResolver.hpp< / a > > < / code > < / p >
< div class = "dynheader" >
Inheritance diagram for XQillaNSResolver:< / div >
2020-02-17 22:23:16 +01:00
< div class = "dynsection" >
2020-02-17 22:19:57 +01:00
< div class = "center" > < img src = "classXQillaNSResolver__inherit__graph.png" border = "0" usemap = "#XQillaNSResolver_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "XQillaNSResolver_inherit__map" id = "XQillaNSResolver_inherit__map" >
2020-02-17 22:23:16 +01:00
< area shape = "rect" id = "node2" href = "classxercesc_1_1DOMXPathNSResolver.html" title = "The DOMXPathNSResolver interface permit prefix strings in the expression to be properly..." alt = "" coords = "5,5,240,35" / > < / map >
2020-02-17 22:19:57 +01:00
< center > < span class = "legend" > [< a href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > < a href = "classXQillaNSResolver-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 > Public Member Functions< / h2 > < / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td colspan = "2" > < div class = "groupHeader" > Non-standard Extension< / div > < / td > < / tr >
2020-02-17 22:23:16 +01:00
< tr > < td colspan = "2" > < div class = "groupText" > < p > < a class = "anchor" id = "amgrp9dcec5ccdd5c6c786291d764303b4dc3" > < / a > < / p >
< br / > < br / > < / div > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaNSResolver.html#a2e9e6328a5e1fd954db610d01881b351" > addNamespaceBinding< / a > (const XMLCh *prefix, const XMLCh *uri)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Non-standard extension. < a href = "#a2e9e6328a5e1fd954db610d01881b351" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaNSResolver.html#a15f91f0db95c7b5a43e65a525b16bf2f" > lookupNamespaceURI< / a > (const XMLCh *prefix) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Look up the namespace URI associated to the given namespace prefix. < a href = "#a15f91f0db95c7b5a43e65a525b16bf2f" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaNSResolver.html#a091df7c5468484454d77a2fdf26fb69b" > lookupPrefix< / a > (const XMLCh *uri) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Non-standard extension. < a href = "#a091df7c5468484454d77a2fdf26fb69b" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaNSResolver.html#a41b21d6de565639a17b982b96d26769f" > release< / a > ()=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Called to indicate that this object (and its associated children) is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. < a href = "#a41b21d6de565639a17b982b96d26769f" > < / a > < br / > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > Protected Member Functions< / h2 > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< tr > < td colspan = "2" > < div class = "groupHeader" > Hidden constructors< / div > < / td > < / tr >
2020-02-17 22:23:16 +01:00
< tr > < td colspan = "2" > < div class = "groupText" > < p > < a class = "anchor" id = "amgrp7d629e77fff660516f7d86e8f54695d0" > < / a > < / p >
< br / > < br / > < / div > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaNSResolver.html#a8a03c55d621780b0719e14902618be6a" > XQillaNSResolver< / a > ()< / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< hr / > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2020-02-17 22:23:16 +01:00
< p > The < code > < a class = "el" href = "classXQillaNSResolver.html" title = "The XQillaNSResolver interface extends the DOMXPathNSResolver providing the ability..." > XQillaNSResolver< / a > < / code > interface extends the < code > DOMXPathNSResolver< / code > providing the ability to add additional namespace bindings. < / p >
2020-02-17 22:19:57 +01:00
< dl class = "since" > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
2020-02-17 22:23:16 +01:00
< hr / > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 22:19:57 +01:00
< a class = "anchor" id = "a8a03c55d621780b0719e14902618be6a" > < / a > <!-- doxytag: member="XQillaNSResolver::XQillaNSResolver" ref="a8a03c55d621780b0719e14902618be6a" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > XQillaNSResolver::XQillaNSResolver < / 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, protected]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< / div >
< / div >
< hr / > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" id = "a2e9e6328a5e1fd954db610d01881b351" > < / a > <!-- doxytag: member="XQillaNSResolver::addNamespaceBinding" ref="a2e9e6328a5e1fd954db610d01881b351" args="(const XMLCh *prefix, const XMLCh *uri)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual void XQillaNSResolver::addNamespaceBinding < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > prefix< / em > , < / td >
2020-02-17 22:05:20 +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 > uri< / em > < / td > < td > < / td >
2020-02-17 22:05:20 +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 > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Non-standard extension. < / p >
< p > XQilla requires additional bindings of namespaces. This method will bind the given prefix to the associated namespace. < / p >
< dl > < dt > < b > Parameters:< / b > < / dt > < dd >
2020-02-17 22:23:16 +01:00
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > prefix< / em > < / td > < td > of type XMLCh - The prefix to bind. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > URI< / em > < / td > < td > of type XMLCh - The associated namespace. < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< / dd >
2020-02-17 22:05:20 +01:00
< / dl >
2020-02-17 22:10:06 +01:00
2020-02-17 22:19:57 +01:00
< p > Implements < a class = "el" href = "classxercesc_1_1DOMXPathNSResolver.html#ac16f049dfba4fdba99b1d4db19994b87" > xercesc::DOMXPathNSResolver< / a > .< / p >
< / div >
< / div >
< a class = "anchor" id = "a15f91f0db95c7b5a43e65a525b16bf2f" > < / a > <!-- doxytag: member="XQillaNSResolver::lookupNamespaceURI" ref="a15f91f0db95c7b5a43e65a525b16bf2f" args="(const XMLCh *prefix) const =0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual const XMLCh* XQillaNSResolver::lookupNamespaceURI < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > prefix< / em > < / td >
< td > ) < / td >
2020-02-17 22:19:57 +01:00
< td > const< code > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Look up the namespace URI associated to the given namespace prefix. < / p >
< p > The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined. < / p >
< dl > < dt > < b > Parameters:< / b > < / dt > < dd >
2020-02-17 22:23:16 +01:00
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > prefix< / em > < / td > < td > of type XMLCh - The prefix to look for. < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< / dd >
2020-02-17 22:05:20 +01:00
< / dl >
2020-02-17 22:19:57 +01:00
< dl class = "return" > < dt > < b > Returns:< / b > < / dt > < dd > the associated namespace URI or null if none is found. < / dd > < / dl >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Implements < a class = "el" href = "classxercesc_1_1DOMXPathNSResolver.html#ac8a0cf56615b39b156cd4471c567d5f7" > xercesc::DOMXPathNSResolver< / a > .< / p >
< / div >
< / div >
< a class = "anchor" id = "a091df7c5468484454d77a2fdf26fb69b" > < / a > <!-- doxytag: member="XQillaNSResolver::lookupPrefix" ref="a091df7c5468484454d77a2fdf26fb69b" args="(const XMLCh *uri) const =0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual const XMLCh* XQillaNSResolver::lookupPrefix < / td >
< td > (< / td >
2020-02-17 22:23:16 +01:00
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > uri< / em > < / td >
< td > ) < / td >
2020-02-17 22:19:57 +01:00
< td > const< code > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Non-standard extension. < / p >
< p > XPath2 implementations require a reverse lookup in the static context. Look up the prefix associated with the namespace URI The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined. < / p >
< dl > < dt > < b > Parameters:< / b > < / dt > < dd >
2020-02-17 22:23:16 +01:00
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > URI< / em > < / td > < td > of type XMLCh - The namespace to look for. < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< / dd >
2020-02-17 22:05:20 +01:00
< / dl >
2020-02-17 22:19:57 +01:00
< dl class = "return" > < dt > < b > Returns:< / b > < / dt > < dd > the associated prefix or null if none is found. < / dd > < / dl >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:57 +01:00
< p > Implements < a class = "el" href = "classxercesc_1_1DOMXPathNSResolver.html#a9ea05aac29d92512870cd164270a0c6d" > xercesc::DOMXPathNSResolver< / a > .< / p >
< / div >
< / div >
< a class = "anchor" id = "a41b21d6de565639a17b982b96d26769f" > < / a > <!-- doxytag: member="XQillaNSResolver::release" ref="a41b21d6de565639a17b982b96d26769f" args="()=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual void XQillaNSResolver::release < / 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 > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Called to indicate that this object (and its associated children) is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. < / p >
< p > Access to a released object will lead to unexpected result. < / p >
< p > Implements < a class = "el" href = "classxercesc_1_1DOMXPathNSResolver.html#ac816267cd71f922ec761bfddeeb70f8d" > xercesc::DOMXPathNSResolver< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "XQillaNSResolver_8hpp_source.html" > XQillaNSResolver.hpp< / a > < / li >
< / ul >
< / div >
2020-02-17 22:23:50 +01:00
< hr size = "1" / > < address style = "text-align: right;" > < small > Generated on 8 Jul 2015 for XQilla DOM Level 3 API by
2020-02-17 22:05:20 +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:05:20 +01:00
< / body >
< / html >