2020-02-17 21:05:20 +00: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 DOM Level 3 API: xercesc::DOMImplementationRegistry Class Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
<!-- Generated by Doxygen 1.4.6 -->
< 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 >
< div class = "nav" >
< a class = "el" href = "namespacexercesc.html" > xercesc< / a > ::< a class = "el" href = "classxercesc_1_1DOMImplementationRegistry.html" > DOMImplementationRegistry< / a > < / div >
< h1 > xercesc::DOMImplementationRegistry Class Reference< / h1 > <!-- doxytag: class="xercesc::DOMImplementationRegistry" --> < code > #include < < a class = "el" href = "DOMImplementationRegistry_8hpp-source.html" > DOMImplementationRegistry.hpp< / a > > < / code >
< p >
< a href = "classxercesc_1_1DOMImplementationRegistry-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Static Public Member Functions< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Functions introduced in DOM Level 3< / div > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementationRegistry.html#98f46282f2111d7e76a5e076db25a9c7" > getDOMImplementation< / a > (const XMLCh *features)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Return the first registered implementation that has the desired features, or null if none is found. < a href = "#98f46282f2111d7e76a5e076db25a9c7" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementationRegistry.html#99404d2b7b823efbf37628bdced2b228" > addSource< / a > (< a class = "el" href = "classxercesc_1_1DOMImplementationSource.html" > DOMImplementationSource< / a > *source)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Register an implementation. < a href = "#99404d2b7b823efbf37628bdced2b228" > < / a > < br > < / td > < / tr >
< / table >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "99404d2b7b823efbf37628bdced2b228" > < / a > <!-- doxytag: member="xercesc::DOMImplementationRegistry::addSource" ref="99404d2b7b823efbf37628bdced2b228" args="(DOMImplementationSource *source)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > static void xercesc::DOMImplementationRegistry::addSource < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classxercesc_1_1DOMImplementationSource.html" > DOMImplementationSource< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > source< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Register an implementation.
< p >
< b > "Experimental - subject to change"< / b > < p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > source< / em > < / td > < td > A < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > Source object to be added to the registry. The registry does NOT adopt the source object. Users still own it. < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "98f46282f2111d7e76a5e076db25a9c7" > < / a > <!-- doxytag: member="xercesc::DOMImplementationRegistry::getDOMImplementation" ref="98f46282f2111d7e76a5e076db25a9c7" args="(const XMLCh *features)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > static < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > * xercesc::DOMImplementationRegistry::getDOMImplementation < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const XMLCh * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > features< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Return the first registered implementation that has the desired features, or null if none is found.
< p >
< b > "Experimental - subject to change"< / b > < p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > features< / em > < / td > < td > A string that specifies which features are required. This is a space separated list in which each feature is specified by its name optionally followed by a space and a version number. This is something like: "XML 1.0 Traversal 2.0" < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > An implementation that has the desired features, or < code > null< / code > if this source has none. < / dd > < / dl >
< dl compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / td >
< / tr >
< / table >
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "DOMImplementationRegistry_8hpp-source.html" > DOMImplementationRegistry.hpp< / a > < / ul >
2020-02-17 21:08:05 +00:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by
2020-02-17 21:05:20 +00:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.4.6 < / small > < / address >
< / body >
< / html >