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 id = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul > < / div >
< div class = "tabs" >
< ul >
< li > < a href = "classes.html" > < span > Alphabetical List< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Class List< / 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 >
< / ul > < / div >
< h1 > DocumentCache Class Reference< / h1 > <!-- doxytag: class="DocumentCache" --> <!-- doxytag: inherits="xercesc::XMemory" --> Expression Context is a storage for contexts.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "DocumentCache_8hpp-source.html" > DocumentCache.hpp< / a > > < / code >
< p >
Inheritance diagram for DocumentCache:< p > < center > < img src = "classDocumentCache__inherit__graph.png" border = "0" usemap = "#DocumentCache__inherit__map" alt = "Inheritance graph" > < / center >
< map name = "DocumentCache__inherit__map" >
< area href = "classxercesc_1_1XMemory.html" shape = "rect" coords = "5,7,152,31" alt = "" >
< / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classDocumentCache-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Types< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > enum < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#1a52f4dee29626e4085603be380aca4f" > ValidationMode< / a > { < a class = "el" href = "classDocumentCache.html#1a52f4dee29626e4085603be380aca4f4639627cff2ecb5ebb7685db56da071e" > VALIDATION_STRICT< / a > = 0,
< a class = "el" href = "classDocumentCache.html#1a52f4dee29626e4085603be380aca4f6e20038a40752eb64b8daacecdaadf72" > VALIDATION_LAX< / a > = 1,
< a class = "el" href = "classDocumentCache.html#1a52f4dee29626e4085603be380aca4f61e7d9802f6f294e1a8efa0a08c97d67" > VALIDATION_SKIP< / a > = 2
}< / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#456f90f0ac61a4d2d5336bd7aa98fc0e" > ~DocumentCache< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > virtual destructor < a href = "#456f90f0ac61a4d2d5336bd7aa98fc0e" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#f0147f6577a9ac9e2ba3dfb5c314f1b6" > loadDocument< / a > (const XMLCh *uri, < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context, const QueryPathNode *projection=0)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > load the document from the requested URI < a href = "#f0147f6577a9ac9e2ba3dfb5c314f1b6" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#b2ccd8c000df7eea6b7a21eda6bc76cd" > parseDocument< / a > (< a class = "el" href = "classxercesc_1_1InputSource.html" > xercesc::InputSource< / a > & srcToUse, < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context, const QueryPathNode *projection=0)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > parse the document from the InputSource provided < a href = "#b2ccd8c000df7eea6b7a21eda6bc76cd" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#ddacb1aef578e172811b5cc49ce06d5a" > parseDocument< / a > (< a class = "el" href = "classxercesc_1_1InputSource.html" > xercesc::InputSource< / a > & srcToUse, < a class = "el" href = "classEventHandler.html" > EventHandler< / a > *handler, < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > parse the document from the InputSource provided, outputing it to the < a class = "el" href = "classEventHandler.html" > EventHandler< / a > provided < a href = "#ddacb1aef578e172811b5cc49ce06d5a" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#c12454431ad0392176fe173a6605eb95" > setXMLEntityResolver< / a > (< a class = "el" href = "classxercesc_1_1XMLEntityResolver.html" > xercesc::XMLEntityResolver< / a > *const handler)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Sets the XMLEntityResolver that is used by Xerces when it is used to parse documents. < a href = "#c12454431ad0392176fe173a6605eb95" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classxercesc_1_1XMLEntityResolver.html" > xercesc::XMLEntityResolver< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#63477c0b336ecd7a72066e9339cb7e54" > getXMLEntityResolver< / a > () const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#d7a11de77a55776469b9d9b34ca70f49" > isTypeOrDerivedFromType< / a > (const XMLCh *const uri, const XMLCh *const typeName, const XMLCh *const uriToCheck, const XMLCh *const typeNameToCheck) const =0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#f3c421ac8582958c8bc71cd7aee774c6" > isTypeDefined< / a > (const XMLCh *const uri, const XMLCh *const typeName) const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#740826d50423d3c9bfd1ea9f05491eb1" > addSchemaLocation< / a > (const XMLCh *uri, < a class = "el" href = "DocumentCache_8hpp.html#aab74fdf21f46c72dd5e97f48fecb3b6" > VectorOfStrings< / a > *locations, < a class = "el" href = "classStaticContext.html" > StaticContext< / a > *context, const < a class = "el" href = "classLocationInfo.html" > LocationInfo< / a > *location)=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual unsigned int < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#f0c3b14714e8323afbb91ee5655d0a2b" > getSchemaUriId< / a > (const XMLCh *uri) const=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > helper functions used to map namespace ids found in the SchemaGrammar < a href = "#f0c3b14714e8323afbb91ee5655d0a2b" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#232d1bc5768073ab4c96f4866559ecc6" > getSchemaUri< / a > (unsigned int id) const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual xercesc::GrammarResolver * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#25aa2a1c3c096d847fb46e3f34396af6" > getGrammarResolver< / a > () const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual xercesc::DatatypeValidator * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#291f06ae489a2a458e889b5b58c68631" > getDatatypeValidator< / a > (const XMLCh *uri, const XMLCh *typeName) const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual xercesc::ComplexTypeInfo * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#4d7eeafcb09305407b95f3091a65ace9" > getComplexTypeInfo< / a > (const XMLCh *uri, const XMLCh *typeName) const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual xercesc::SchemaElementDecl * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#1c8fff957b4ff76992c596f7ec8f3ff4" > getElementDecl< / a > (const XMLCh *elementUri, const XMLCh *elementName) const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual xercesc::SchemaAttDef * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#9a4cb88b58c0e68fd010a9cf54b2a947" > getAttributeDecl< / a > (const XMLCh *attributeUri, const XMLCh *attributeName) const=0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classDocumentCache.html" > DocumentCache< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#18def3230e2deff39cc60647bde89f58" > createDerivedCache< / a > (< a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *memMgr) const=0< / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Static Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classDocumentCache.html#3e4998ee9a3b6a7fd78e528c2c9c05de" > g_szUntyped< / a > []< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > untyped < a href = "#3e4998ee9a3b6a7fd78e528c2c9c05de" > < / a > < br > < / td > < / tr >
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
Expression Context is a storage for contexts.
< p >
< hr > < h2 > Member Enumeration Documentation< / h2 >
< a class = "anchor" name = "1a52f4dee29626e4085603be380aca4f" > < / a > <!-- doxytag: member="DocumentCache::ValidationMode" ref="1a52f4dee29626e4085603be380aca4f" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > enum < a class = "el" href = "classDocumentCache.html#1a52f4dee29626e4085603be380aca4f" > DocumentCache::ValidationMode< / a > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< dl compact > < dt > < b > Enumerator: < / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < em > < a class = "anchor" name = "1a52f4dee29626e4085603be380aca4f4639627cff2ecb5ebb7685db56da071e" > < / a > <!-- doxytag: member="VALIDATION_STRICT" ref="1a52f4dee29626e4085603be380aca4f4639627cff2ecb5ebb7685db56da071e" args="" --> VALIDATION_STRICT< / em > < / td > < td >
< / td > < / tr >
< tr > < td valign = "top" > < em > < a class = "anchor" name = "1a52f4dee29626e4085603be380aca4f6e20038a40752eb64b8daacecdaadf72" > < / a > <!-- doxytag: member="VALIDATION_LAX" ref="1a52f4dee29626e4085603be380aca4f6e20038a40752eb64b8daacecdaadf72" args="" --> VALIDATION_LAX< / em > < / td > < td >
< / td > < / tr >
< tr > < td valign = "top" > < em > < a class = "anchor" name = "1a52f4dee29626e4085603be380aca4f61e7d9802f6f294e1a8efa0a08c97d67" > < / a > <!-- doxytag: member="VALIDATION_SKIP" ref="1a52f4dee29626e4085603be380aca4f61e7d9802f6f294e1a8efa0a08c97d67" args="" --> VALIDATION_SKIP< / em > < / td > < td >
< / td > < / tr >
< / table >
< / dl >
< / div >
< / div > < p >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" name = "456f90f0ac61a4d2d5336bd7aa98fc0e" > < / a > <!-- doxytag: member="DocumentCache::~DocumentCache" ref="456f90f0ac61a4d2d5336bd7aa98fc0e" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual DocumentCache::~DocumentCache < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
virtual destructor
< p >
< / div >
< / div > < p >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "f0147f6577a9ac9e2ba3dfb5c314f1b6" > < / a > <!-- doxytag: member="DocumentCache::loadDocument" ref="f0147f6577a9ac9e2ba3dfb5c314f1b6" args="(const XMLCh *uri, DynamicContext *context, const QueryPathNode *projection=0)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > DocumentCache::loadDocument < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > uri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const QueryPathNode * < / td >
< td class = "paramname" > < em > projection< / em > = < code > 0< / code > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > < code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
load the document from the requested URI
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "b2ccd8c000df7eea6b7a21eda6bc76cd" > < / a > <!-- doxytag: member="DocumentCache::parseDocument" ref="b2ccd8c000df7eea6b7a21eda6bc76cd" args="(xercesc::InputSource &srcToUse, DynamicContext *context, const QueryPathNode *projection=0)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > DocumentCache::parseDocument < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1InputSource.html" > xercesc::InputSource< / a > & < / td >
< td class = "paramname" > < em > srcToUse< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const QueryPathNode * < / td >
< td class = "paramname" > < em > projection< / em > = < code > 0< / code > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > < code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
parse the document from the InputSource provided
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "ddacb1aef578e172811b5cc49ce06d5a" > < / a > <!-- doxytag: member="DocumentCache::parseDocument" ref="ddacb1aef578e172811b5cc49ce06d5a" args="(xercesc::InputSource &srcToUse, EventHandler *handler, DynamicContext *context)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void DocumentCache::parseDocument < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1InputSource.html" > xercesc::InputSource< / a > & < / td >
< td class = "paramname" > < em > srcToUse< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classEventHandler.html" > EventHandler< / a > * < / td >
< td class = "paramname" > < em > handler< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > < code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
parse the document from the InputSource provided, outputing it to the < a class = "el" href = "classEventHandler.html" > EventHandler< / a > provided
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "c12454431ad0392176fe173a6605eb95" > < / a > <!-- doxytag: member="DocumentCache::setXMLEntityResolver" ref="c12454431ad0392176fe173a6605eb95" args="(xercesc::XMLEntityResolver *const handler)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void DocumentCache::setXMLEntityResolver < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1XMLEntityResolver.html" > xercesc::XMLEntityResolver< / a > *const < / td >
< td class = "paramname" > < em > handler< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
Sets the XMLEntityResolver that is used by Xerces when it is used to parse documents.
< p >
This affects the behaviour of < a class = "el" href = "classXQilla.html" > XQilla< / a > whenever it retrieves an XML, DTD or XML Schema grammar.
< / div >
< / div > < p >
< a class = "anchor" name = "63477c0b336ecd7a72066e9339cb7e54" > < / a > <!-- doxytag: member="DocumentCache::getXMLEntityResolver" ref="63477c0b336ecd7a72066e9339cb7e54" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual xercesc:: XMLEntityResolver* DocumentCache::getXMLEntityResolver < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "d7a11de77a55776469b9d9b34ca70f49" > < / a > <!-- doxytag: member="DocumentCache::isTypeOrDerivedFromType" ref="d7a11de77a55776469b9d9b34ca70f49" args="(const XMLCh *const uri, const XMLCh *const typeName, const XMLCh *const uriToCheck, const XMLCh *const typeNameToCheck) const =0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool DocumentCache::isTypeOrDerivedFromType < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh *const < / td >
< td class = "paramname" > < em > uri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh *const < / td >
< td class = "paramname" > < em > typeName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh *const < / td >
< td class = "paramname" > < em > uriToCheck< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh *const < / td >
< td class = "paramname" > < em > typeNameToCheck< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "f3c421ac8582958c8bc71cd7aee774c6" > < / a > <!-- doxytag: member="DocumentCache::isTypeDefined" ref="f3c421ac8582958c8bc71cd7aee774c6" args="(const XMLCh *const uri, const XMLCh *const typeName) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool DocumentCache::isTypeDefined < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh *const < / td >
< td class = "paramname" > < em > uri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh *const < / td >
< td class = "paramname" > < em > typeName< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "740826d50423d3c9bfd1ea9f05491eb1" > < / a > <!-- doxytag: member="DocumentCache::addSchemaLocation" ref="740826d50423d3c9bfd1ea9f05491eb1" args="(const XMLCh *uri, VectorOfStrings *locations, StaticContext *context, const LocationInfo *location)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void DocumentCache::addSchemaLocation < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > uri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "DocumentCache_8hpp.html#aab74fdf21f46c72dd5e97f48fecb3b6" > VectorOfStrings< / a > * < / td >
< td class = "paramname" > < em > locations< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classStaticContext.html" > StaticContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classLocationInfo.html" > LocationInfo< / a > * < / td >
< td class = "paramname" > < em > location< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > < code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "f0c3b14714e8323afbb91ee5655d0a2b" > < / a > <!-- doxytag: member="DocumentCache::getSchemaUriId" ref="f0c3b14714e8323afbb91ee5655d0a2b" args="(const XMLCh *uri) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual unsigned int DocumentCache::getSchemaUriId < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > uri< / em > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
helper functions used to map namespace ids found in the SchemaGrammar
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "232d1bc5768073ab4c96f4866559ecc6" > < / a > <!-- doxytag: member="DocumentCache::getSchemaUri" ref="232d1bc5768073ab4c96f4866559ecc6" args="(unsigned int id) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual const XMLCh* DocumentCache::getSchemaUri < / td >
< td > (< / td >
< td class = "paramtype" > unsigned int < / td >
< td class = "paramname" > < em > id< / em > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "25aa2a1c3c096d847fb46e3f34396af6" > < / a > <!-- doxytag: member="DocumentCache::getGrammarResolver" ref="25aa2a1c3c096d847fb46e3f34396af6" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual xercesc:: GrammarResolver* DocumentCache::getGrammarResolver < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "291f06ae489a2a458e889b5b58c68631" > < / a > <!-- doxytag: member="DocumentCache::getDatatypeValidator" ref="291f06ae489a2a458e889b5b58c68631" args="(const XMLCh *uri, const XMLCh *typeName) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual xercesc:: DatatypeValidator* DocumentCache::getDatatypeValidator < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > uri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > typeName< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "4d7eeafcb09305407b95f3091a65ace9" > < / a > <!-- doxytag: member="DocumentCache::getComplexTypeInfo" ref="4d7eeafcb09305407b95f3091a65ace9" args="(const XMLCh *uri, const XMLCh *typeName) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual xercesc:: ComplexTypeInfo* DocumentCache::getComplexTypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > uri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > typeName< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "1c8fff957b4ff76992c596f7ec8f3ff4" > < / a > <!-- doxytag: member="DocumentCache::getElementDecl" ref="1c8fff957b4ff76992c596f7ec8f3ff4" args="(const XMLCh *elementUri, const XMLCh *elementName) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual xercesc:: SchemaElementDecl* DocumentCache::getElementDecl < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > elementUri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > elementName< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "9a4cb88b58c0e68fd010a9cf54b2a947" > < / a > <!-- doxytag: member="DocumentCache::getAttributeDecl" ref="9a4cb88b58c0e68fd010a9cf54b2a947" args="(const XMLCh *attributeUri, const XMLCh *attributeName) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual xercesc:: SchemaAttDef* DocumentCache::getAttributeDecl < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > attributeUri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > attributeName< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "18def3230e2deff39cc60647bde89f58" > < / a > <!-- doxytag: member="DocumentCache::createDerivedCache" ref="18def3230e2deff39cc60647bde89f58" args="(xercesc::MemoryManager *memMgr) const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "classDocumentCache.html" > DocumentCache< / a > * DocumentCache::createDerivedCache < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > * < / td >
< td class = "paramname" > < em > memMgr< / em > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< hr > < h2 > Member Data Documentation< / h2 >
< a class = "anchor" name = "3e4998ee9a3b6a7fd78e528c2c9c05de" > < / a > <!-- doxytag: member="DocumentCache::g_szUntyped" ref="3e4998ee9a3b6a7fd78e528c2c9c05de" args="[]" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const XMLCh < a class = "el" href = "classDocumentCache.html#3e4998ee9a3b6a7fd78e528c2c9c05de" > DocumentCache::g_szUntyped< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
untyped
< p >
< / div >
< / div > < p >
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "DocumentCache_8hpp-source.html" > DocumentCache.hpp< / a > < / ul >
2020-02-17 22:14:54 +01:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Mon Apr 28 16:41:07 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 >