XQuilla/docs/dom3-api/classxercesc_1_1DOMImplementationSource.html

162 lines
9 KiB
HTML
Raw Normal View History

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">
2020-02-17 21:11:31 +00:00
<title>XQilla DOM3 API Documentation</title>
2020-02-17 21:05:20 +00:00
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
2020-02-17 21:11:31 +00: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 21:17:06 +00:00
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="classes.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>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="namespacexercesc.html">xercesc</a>::<a class="el" href="classxercesc_1_1DOMImplementationSource.html">DOMImplementationSource</a>
</div>
</div>
<div class="contents">
2020-02-17 21:05:20 +00:00
<h1>xercesc::DOMImplementationSource Class Reference</h1><!-- doxytag: class="xercesc::DOMImplementationSource" --><code>#include &lt;<a class="el" href="DOMImplementationSource_8hpp-source.html">DOMImplementationSource.hpp</a>&gt;</code>
2020-02-17 21:17:06 +00:00
<p>
2020-02-17 21:05:20 +00:00
<p>
<a href="classxercesc_1_1DOMImplementationSource-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 Member Functions</h2></td></tr>
2020-02-17 21:17:06 +00:00
<tr><td colspan="2"><div class="groupHeader">Destructor</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationSource.html#f7942cbacd6a99efdb3e8b95256d2a6e">~DOMImplementationSource</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor. <a href="#f7942cbacd6a99efdb3e8b95256d2a6e"></a><br></td></tr>
2020-02-17 21:05:20 +00:00
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 3</div></td></tr>
2020-02-17 21:17:06 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationSource.html#e09278c29ea3d1350789a7bc823df31d">getDOMImplementation</a> (const XMLCh *features) const =0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A method to request the first DOM implementation that supports the specified features. <a href="#e09278c29ea3d1350789a7bc823df31d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMImplementationList.html">DOMImplementationList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationSource.html#bacb96bfbfc63847d144e16b2779167f">getDOMImplementationList</a> (const XMLCh *features) const =0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A method to request a list of DOM implementations that support the specified features and versions,. <a href="#bacb96bfbfc63847d144e16b2779167f"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Hidden constructors</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationSource.html#63e631e00fe96f8d41b37b1449f89db9">DOMImplementationSource</a> ()</td></tr>
2020-02-17 21:05:20 +00:00
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
2020-02-17 21:10:06 +00:00
<a class="anchor" name="63e631e00fe96f8d41b37b1449f89db9"></a><!-- doxytag: member="xercesc::DOMImplementationSource::DOMImplementationSource" ref="63e631e00fe96f8d41b37b1449f89db9" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">xercesc::DOMImplementationSource::DOMImplementationSource </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, protected]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
<a class="anchor" name="f7942cbacd6a99efdb3e8b95256d2a6e"></a><!-- doxytag: member="xercesc::DOMImplementationSource::~DOMImplementationSource" ref="f7942cbacd6a99efdb3e8b95256d2a6e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:10:06 +00:00
<td class="memname">virtual xercesc::DOMImplementationSource::~DOMImplementationSource </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
Destructor.
<p>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
2020-02-17 21:17:06 +00:00
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e09278c29ea3d1350789a7bc823df31d"></a><!-- doxytag: member="xercesc::DOMImplementationSource::getDOMImplementation" ref="e09278c29ea3d1350789a7bc823df31d" args="(const XMLCh *features) const =0" -->
2020-02-17 21:10:06 +00:00
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2020-02-17 21:17:06 +00:00
<td class="memname">virtual <a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a>* xercesc::DOMImplementationSource::getDOMImplementation </td>
2020-02-17 21:10:06 +00:00
<td>(</td>
2020-02-17 21:17:06 +00:00
<td class="paramtype">const XMLCh *&nbsp;</td>
<td class="paramname"> <em>features</em> </td>
2020-02-17 21:10:06 +00:00
<td>&nbsp;)&nbsp;</td>
2020-02-17 21:17:06 +00:00
<td width="100%"> const<code> [pure virtual]</code></td>
2020-02-17 21:10:06 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p>
2020-02-17 21:17:06 +00:00
A method to request the first DOM implementation that supports the specified features.
2020-02-17 21:10:06 +00:00
<p>
2020-02-17 21:17:06 +00:00
<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>
<dl class="return" 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 class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
2020-02-17 21:10:06 +00:00
</div>
</div><p>
2020-02-17 21:17:06 +00:00
<a class="anchor" name="bacb96bfbfc63847d144e16b2779167f"></a><!-- doxytag: member="xercesc::DOMImplementationSource::getDOMImplementationList" ref="bacb96bfbfc63847d144e16b2779167f" args="(const XMLCh *features) const =0" -->
2020-02-17 21:10:06 +00:00
<div class="memitem">
<div class="memproto">
<table class="memname">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:17:06 +00:00
<td class="memname">virtual <a class="el" href="classxercesc_1_1DOMImplementationList.html">DOMImplementationList</a>* xercesc::DOMImplementationSource::getDOMImplementationList </td>
2020-02-17 21:10:06 +00:00
<td>(</td>
<td class="paramtype">const XMLCh *&nbsp;</td>
<td class="paramname"> <em>features</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [pure virtual]</code></td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:10:06 +00:00
</div>
<div class="memdoc">
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:17:06 +00:00
A method to request a list of DOM implementations that support the specified features and versions,.
2020-02-17 21:05:20 +00: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 21:17:06 +00:00
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A list of DOM implementations that support the desired features </dd></dl>
2020-02-17 21:10:06 +00:00
<dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</div>
</div><p>
2020-02-17 21:05:20 +00:00
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="DOMImplementationSource_8hpp-source.html">DOMImplementationSource.hpp</a></ul>
2020-02-17 21:17:06 +00:00
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jan 5 19:54:56 2009 for XQilla DOM Level 3 API by&nbsp;
2020-02-17 21:05:20 +00:00
<a href="http://www.doxygen.org/index.html">
2020-02-17 21:17:06 +00:00
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
2020-02-17 21:05:20 +00:00
</body>
</html>