XQuilla/docs/dom3-api/classxercesc_1_1DOMImplementationRegistry.html

144 lines
8.6 KiB
HTML
Raw Normal View History

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&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
2020-02-17 22:19:08 +01:00
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="examples.html">Examples</a></div>
<h1>xercesc::DOMImplementationRegistry Class Reference</h1><code>#include &lt;<a class="el" href="DOMImplementationRegistry_8hpp-source.html">DOMImplementationRegistry.hpp</a>&gt;</code>
2020-02-17 22:05:20 +01:00
<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>
2020-02-17 22:19:08 +01:00
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html#z221_0">getDOMImplementation</a> (const XMLCh *features)</td></tr>
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the first registered implementation that has the desired features, or null if none is found. <a href="#z221_0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classxercesc_1_1DOMImplementationList.html">DOMImplementationList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html#z221_1">getDOMImplementationList</a> (const XMLCh *features)</td></tr>
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:08 +01:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the list of registered implementation that have the desired features. <a href="#z221_1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html#z221_2">addSource</a> (<a class="el" href="classxercesc_1_1DOMImplementationSource.html">DOMImplementationSource</a> *source)</td></tr>
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Register an implementation. <a href="#z221_2"></a><br></td></tr>
2020-02-17 22:05:20 +01:00
</table>
<hr><h2>Member Function Documentation</h2>
2020-02-17 22:19:08 +01:00
<a class="anchor" name="z221_2" doxytag="xercesc::DOMImplementationRegistry::addSource"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
2020-02-17 22:05:20 +01:00
<tr>
2020-02-17 22:19:08 +01:00
<td class="md" nowrap valign="top">void xercesc::DOMImplementationRegistry::addSource </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classxercesc_1_1DOMImplementationSource.html">DOMImplementationSource</a> *&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>source</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [static]</code></td>
2020-02-17 22:05:20 +01:00
</tr>
</table>
2020-02-17 22:19:08 +01:00
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
2020-02-17 22:05:20 +01:00
<p>
2020-02-17 22:19:08 +01:00
Register an implementation.
2020-02-17 22:05:20 +01:00
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
2020-02-17 22:19:08 +01:00
<tr><td valign="top"></td><td valign="top"><em>source</em>&nbsp;</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>
2020-02-17 22:05:20 +01:00
</table>
</dl>
2020-02-17 22:19:08 +01:00
<dl compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="z221_0" doxytag="xercesc::DOMImplementationRegistry::getDOMImplementation"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
2020-02-17 22:17:06 +01:00
<tr>
2020-02-17 22:19:08 +01:00
<td class="md" nowrap valign="top"><a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a>* xercesc::DOMImplementationRegistry::getDOMImplementation </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const XMLCh *&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>features</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [static]</code></td>
2020-02-17 22:17:06 +01:00
</tr>
</table>
2020-02-17 22:19:08 +01:00
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
2020-02-17 22:17:06 +01:00
<p>
2020-02-17 22:19:08 +01:00
Return the first registered implementation that has the desired features, or null if none is found.
2020-02-17 22:17:06 +01:00
<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>&nbsp;</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>
2020-02-17 22:19:08 +01:00
<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>
<a class="anchor" name="z221_1" doxytag="xercesc::DOMImplementationRegistry::getDOMImplementationList"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
2020-02-17 22:05:20 +01:00
<tr>
2020-02-17 22:19:08 +01:00
<td class="md" nowrap valign="top"><a class="el" href="classxercesc_1_1DOMImplementationList.html">DOMImplementationList</a>* xercesc::DOMImplementationRegistry::getDOMImplementationList </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const XMLCh *&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>features</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [static]</code></td>
2020-02-17 22:05:20 +01:00
</tr>
</table>
2020-02-17 22:19:08 +01:00
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
2020-02-17 22:05:20 +01:00
<p>
2020-02-17 22:19:08 +01:00
Return the list of registered implementation that have the desired features.
2020-02-17 22:05:20 +01:00
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
2020-02-17 22:19:08 +01:00
<tr><td valign="top"></td><td valign="top"><em>features</em>&nbsp;</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>
2020-02-17 22:05:20 +01:00
</table>
</dl>
2020-02-17 22:19:08 +01:00
<dl compact><dt><b>Returns:</b></dt><dd>A <a class="el" href="classxercesc_1_1DOMImplementationList.html">DOMImplementationList</a> object that contains the <a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a> that have the desired features </dd></dl>
<dl compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</td>
</tr>
</table>
2020-02-17 22:05:20 +01:00
<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 22:19:08 +01:00
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:55 2009 for XQilla DOM Level 3 API by&nbsp;
2020-02-17 22:05:20 +01:00
<a href="http://www.doxygen.org/index.html">
2020-02-17 22:19:08 +01:00
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
2020-02-17 22:05:20 +01:00
</body>
</html>