blob: c4f07a0754872303a3ed265b09a98d92ece0ddaa [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</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>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>XercesDOMImplementationBridge Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XercesDOMImplementationBridge" --><!-- doxytag: inherits="XalanDOMImplementation" -->
<p>This class is deprecated.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="XercesDOMImplementationBridge_8hpp_source.html">XercesDOMImplementationBridge.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXalanDOMImplementation.html">XalanDOMImplementation</a>.</p>
<div class="dynheader">
Collaboration diagram for XercesDOMImplementationBridge:</div>
<div class="dyncontent">
<div class="center"><img src="classXercesDOMImplementationBridge__coll__graph.png" border="0" usemap="#XercesDOMImplementationBridge_coll__map" alt="Collaboration graph"/></div>
<map name="XercesDOMImplementationBridge_coll__map" id="XercesDOMImplementationBridge_coll__map">
<area shape="rect" id="node2" href="classXalanDOMImplementation.html" title="XalanDOMImplementation" alt="" coords="31,5,220,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXercesDOMImplementationBridge-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXercesDOMImplementationBridge.html#ab3f015ce582a10e3f8e7bbeea814d8d6">XercesDOMImplementationBridge</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#abb371613389b9b75e160961bc4546e2b">DOM_DOMImplementationType</a> &amp;theXercesDOMImplementation)
<li>virtual <a class="el" href="classXercesDOMImplementationBridge.html#aba42753649b4a53e97097af8e688c399">~XercesDOMImplementationBridge</a> ()
</ul>
<tr><td colspan="2"><div class="groupHeader">Getter functions</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp1c0157948f8d7301c59ae631eff3addc"></a> </p>
</div></td></tr>
<ul>
<li>virtual bool <a class="el" href="classXercesDOMImplementationBridge.html#a9cfe2d94b83a1f2473d52f6922f9fede">hasFeature</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;feature, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;version)
<dl class="el"><dd class="mdescRight">Test if the DOM implementation implements a specific feature. <a href="#a9cfe2d94b83a1f2473d52f6922f9fede"></a><br/></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 2.</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrpee044fee300a1cf0b61e35fb8e994c41"></a> </p>
</div></td></tr>
<ul>
<li>virtual <a class="el" href="classXalanDocumentType.html">XalanDocumentType</a> * <a class="el" href="classXercesDOMImplementationBridge.html#a7a6410f54a795875745e7eb29d792554">createDocumentType</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;qualifiedName, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;publicId, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;systemId)
<dl class="el"><dd class="mdescRight">Creates an empty <code>DOM_DocumentType</code> node. <a href="#a7a6410f54a795875745e7eb29d792554"></a><br/></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a> * <a class="el" href="classXercesDOMImplementationBridge.html#ab142638ad050a20ac329b86d5dba6b2d">createDocument</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;qualifiedName, const <a class="el" href="classXalanDocumentType.html">XalanDocumentType</a> &amp;doctype)
<dl class="el"><dd class="mdescRight">Creates an XML <code>DOM_Document</code> object of the specified type with its document element. <a href="#ab142638ad050a20ac329b86d5dba6b2d"></a><br/></dl><li><a class="el" href="XercesBridgeTypes_8hpp.html#abb371613389b9b75e160961bc4546e2b">DOM_DOMImplementationType</a> &amp; <a class="el" href="classXercesDOMImplementationBridge.html#af6e2a8cbc0ed042443e778b110f89058">getXercesNode</a> () const
<dl class="el"><dd class="mdescRight">Get the Xerces node this instance represent. <a href="#af6e2a8cbc0ed042443e778b110f89058"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>This class is deprecated. </p>
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000041">Deprecated:</a></b></dt><dd>This class is part of the deprecated Xerces DOM bridge. </dd></dl>
<p>Definition at line <a class="el" href="XercesDOMImplementationBridge_8hpp_source.html#l00046">46</a> of file <a class="el" href="XercesDOMImplementationBridge_8hpp_source.html">XercesDOMImplementationBridge.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ab3f015ce582a10e3f8e7bbeea814d8d6"></a><!-- doxytag: member="XercesDOMImplementationBridge::XercesDOMImplementationBridge" ref="ab3f015ce582a10e3f8e7bbeea814d8d6" args="(DOM_DOMImplementationType &amp;theXercesDOMImplementation)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XercesDOMImplementationBridge::XercesDOMImplementationBridge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="XercesBridgeTypes_8hpp.html#abb371613389b9b75e160961bc4546e2b">DOM_DOMImplementationType</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theXercesDOMImplementation</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="aba42753649b4a53e97097af8e688c399"></a><!-- doxytag: member="XercesDOMImplementationBridge::~XercesDOMImplementationBridge" ref="aba42753649b4a53e97097af8e688c399" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XercesDOMImplementationBridge::~XercesDOMImplementationBridge </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ab142638ad050a20ac329b86d5dba6b2d"></a><!-- doxytag: member="XercesDOMImplementationBridge::createDocument" ref="ab142638ad050a20ac329b86d5dba6b2d" args="(const XalanDOMString &amp;namespaceURI, const XalanDOMString &amp;qualifiedName, const XalanDocumentType &amp;doctype)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* XercesDOMImplementationBridge::createDocument </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>namespaceURI</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>qualifiedName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDocumentType.html">XalanDocumentType</a> &amp;&nbsp;</td>
<td class="paramname"> <em>doctype</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Creates an XML <code>DOM_Document</code> object of the specified type with its document element. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>namespaceURI</em>&nbsp;</td><td>The <em>namespace URI</em> of the document element to create, or <code>null</code>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>qualifiedName</em>&nbsp;</td><td>The <em>qualified name</em> of the document element to be created. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>doctype</em>&nbsp;</td><td>The type of document to be created or <code>null</code>. </td></tr>
</table>
</dd>
</dl>
<p>When <code>doctype</code> is not <code>null</code>, its <code>Node.ownerDocument</code> attribute is set to the document being created. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A new <code>Document</code> object. </dd></dl>
<dl><dt><b>Exceptions:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>DOMException</em>&nbsp;</td><td>WRONG_DOCUMENT_ERR: Raised if <code>doctype</code> has already been used with a different document. </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classXalanDOMImplementation.html#a79ebda0cdd88dadd8c248256a2193ff0">XalanDOMImplementation</a>.</p>
</div>
</div>
<a class="anchor" id="a7a6410f54a795875745e7eb29d792554"></a><!-- doxytag: member="XercesDOMImplementationBridge::createDocumentType" ref="a7a6410f54a795875745e7eb29d792554" args="(const XalanDOMString &amp;qualifiedName, const XalanDOMString &amp;publicId, const XalanDOMString &amp;systemId)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanDocumentType.html">XalanDocumentType</a>* XercesDOMImplementationBridge::createDocumentType </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>qualifiedName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>publicId</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>systemId</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Creates an empty <code>DOM_DocumentType</code> node. </p>
<p>Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. It is expected that a future version of the DOM will provide a way for populating a <code>DOM_DocumentType</code>. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>qualifiedName</em>&nbsp;</td><td>The <em>qualified name</em> of the document type to be created. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>publicId</em>&nbsp;</td><td>The external subset public identifier. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>systemId</em>&nbsp;</td><td>The external subset system identifier. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A new <code>DocumentType</code> node with <code>Node.ownerDocument</code> set to <code>null</code>. </dd></dl>
<p>Implements <a class="el" href="classXalanDOMImplementation.html#a00cdfb930c36cb121aec01160526990b">XalanDOMImplementation</a>.</p>
</div>
</div>
<a class="anchor" id="af6e2a8cbc0ed042443e778b110f89058"></a><!-- doxytag: member="XercesDOMImplementationBridge::getXercesNode" ref="af6e2a8cbc0ed042443e778b110f89058" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="XercesBridgeTypes_8hpp.html#abb371613389b9b75e160961bc4546e2b">DOM_DOMImplementationType</a>&amp; XercesDOMImplementationBridge::getXercesNode </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the Xerces node this instance represent. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The Xerces node </dd></dl>
<p>Definition at line <a class="el" href="XercesDOMImplementationBridge_8hpp_source.html#l00128">128</a> of file <a class="el" href="XercesDOMImplementationBridge_8hpp_source.html">XercesDOMImplementationBridge.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a9cfe2d94b83a1f2473d52f6922f9fede"></a><!-- doxytag: member="XercesDOMImplementationBridge::hasFeature" ref="a9cfe2d94b83a1f2473d52f6922f9fede" args="(const XalanDOMString &amp;feature, const XalanDOMString &amp;version)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XercesDOMImplementationBridge::hasFeature </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>feature</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>version</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Test if the DOM implementation implements a specific feature. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>feature</em>&nbsp;</td><td>The string of the feature to test (case-insensitive). The legal values are defined throughout this specification. The string must be an <em>XML name</em> (see also Compliance). </td></tr>
<tr><td valign="top"></td><td valign="top"><em>version</em>&nbsp;</td><td>This is the version number of the package name to test. In Level 1, this is the string "1.0". If the version is not specified, supporting any version of the feature will cause the method to return <code>true</code>. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd><code>true</code> if the feature is implemented in the specified version, <code>false</code> otherwise. </dd></dl>
<p>Implements <a class="el" href="classXalanDOMImplementation.html#a2753574fea033ec0a61344ddd9b89053">XalanDOMImplementation</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XercesDOMImplementationBridge_8hpp_source.html">XercesDOMImplementationBridge.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">GraphViz</a> are
used to generate this API documentation from the Xalan-C header files.</i></font></p>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>