2020-02-17 22:13:50 +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 >
<!-- Generated by Doxygen 1.5.1 -->
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li id = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul > < / div >
< div class = "tabs" >
< ul >
< li > < a href = "files.html" > < span > File List< / span > < / a > < / li >
< li > < a href = "globals.html" > < span > File Members< / span > < / a > < / li >
< / ul > < / div >
< h1 > DocumentCache.hpp File Reference< / h1 > < code > #include < vector> < / code > < br >
< code > #include < < a class = "el" href = "XPath2MemoryManager_8hpp-source.html" > xqilla/framework/XPath2MemoryManager.hpp< / a > > < / code > < br >
< code > #include < < a class = "el" href = "Node_8hpp-source.html" > xqilla/items/Node.hpp< / a > > < / code > < br >
< code > #include < xercesc/util/XercesDefs.hpp> < / code > < br >
< code > #include < < a class = "el" href = "XMemory_8hpp-source.html" > xercesc/util/XMemory.hpp< / a > > < / code > < br >
< p >
Include dependency graph for DocumentCache.hpp:< p > < center > < img src = "DocumentCache_8hpp__incl.png" border = "0" usemap = "#DocumentCache.hpp_map" alt = "" > < / center >
< map name = "DocumentCache.hpp_map" >
< area href = "XPath2MemoryManager_8hpp.html" shape = "rect" coords = "220,53,548,77" alt = "" >
< area href = "Node_8hpp.html" shape = "rect" coords = "299,101,469,125" alt = "" >
< area href = "XMemory_8hpp.html" shape = "rect" coords = "287,200,481,224" alt = "" >
< / map >
< p >
This graph shows which files directly or indirectly include this file:< p > < center > < img src = "DocumentCache_8hpp__dep__incl.png" border = "0" usemap = "#DocumentCache.hppdep_map" alt = "" > < / center >
< map name = "DocumentCache.hppdep_map" >
< area href = "StaticContext_8hpp.html" shape = "rect" coords = "223,30,364,54" alt = "" >
< area href = "UpdateFactory_8hpp.html" shape = "rect" coords = "220,78,367,102" alt = "" >
< area href = "XQQuery_8hpp.html" shape = "rect" coords = "444,6,553,30" alt = "" >
< area href = "DynamicContext_8hpp.html" shape = "rect" coords = "417,54,580,78" alt = "" >
< area href = "ContextHelpers_8hpp.html" shape = "rect" coords = "631,54,785,78" alt = "" >
< / map >
< p >
< a href = "DocumentCache_8hpp-source.html" > Go to the source code of this file.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Namespaces< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > namespace < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacexercesc.html" > xercesc< / a > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Classes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html" > DocumentCache< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Expression Context is a storage for contexts. < a href = "classDocumentCache.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Typedefs< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > typedef std::vector< const < br >
XMLCh *, < a class = "el" href = "classXQillaAllocator.html" > XQillaAllocator< / a > < < br >
const XMLCh * > > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "DocumentCache_8hpp.html#aab74fdf21f46c72dd5e97f48fecb3b6" > VectorOfStrings< / a > < / td > < / tr >
< / table >
< hr > < h2 > Typedef Documentation< / h2 >
< a class = "anchor" name = "aab74fdf21f46c72dd5e97f48fecb3b6" > < / a > <!-- doxytag: member="DocumentCache.hpp::VectorOfStrings" ref="aab74fdf21f46c72dd5e97f48fecb3b6" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef std::vector< const XMLCh*, < a class = "el" href = "classXQillaAllocator.html" > XQillaAllocator< / a > < const XMLCh*> > < a class = "el" href = "DocumentCache_8hpp.html#aab74fdf21f46c72dd5e97f48fecb3b6" > VectorOfStrings< / a > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
2020-02-17 22:14:54 +01:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Mon Apr 28 16:40:55 2008 for XQilla Simple API by
2020-02-17 22:13:50 +01:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.1 < / small > < / address >
< / body >
< / html >