<h1>DOMImplementation.hpp</h1><ahref="DOMImplementation_8hpp.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">/*</span>
<aname="l00002"></a>00002 <spanclass="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<aname="l00003"></a>00003 <spanclass="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<aname="l00004"></a>00004 <spanclass="comment"> * this work for additional information regarding copyright ownership.</span>
<aname="l00005"></a>00005 <spanclass="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<aname="l00006"></a>00006 <spanclass="comment"> * (the "License"); you may not use this file except in compliance with</span>
<aname="l00007"></a>00007 <spanclass="comment"> * the License. You may obtain a copy of the License at</span>
<aname="l00043"></a><aclass="code"href="classxercesc_1_1DOMImplementation.html">00043</a><spanclass="keyword">class </span>CDOM_EXPORT <aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a> : <spanclass="keyword">public</span><aclass="code"href="classxercesc_1_1DOMImplementationLS.html">DOMImplementationLS</a>
<aname="l00051"></a><aclass="code"href="classxercesc_1_1DOMImplementation.html#6618b35cb48c4c515977f4ba8f6d1901">00051</a><spanclass="comment"></span><aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a>() {}; <spanclass="comment">// no plain constructor</span>
<aname="l00060"></a>00060 <spanclass="comment"></span><aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a>(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a>&); <spanclass="comment">// no copy construtor.</span>
<aname="l00061"></a>00061 <aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a>& operator = (<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a>&); <spanclass="comment">// No Assignment</span>
<aname="l00075"></a><aclass="code"href="classxercesc_1_1DOMImplementation.html#eb1dd496f5809c4c9c2c5429c0fca11f">00075</a><spanclass="comment"></span><spanclass="keyword">virtual</span> ~<aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a>() {};
<aname="l00132"></a>00132 <spanclass="comment"></span><spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a> *createDocumentType(<spanclass="keyword">const</span> XMLCh *qualifiedName,
<aname="l00176"></a>00176 <aclass="code"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a> *doctype,
<aname="l00214"></a>00214 <spanclass="comment"></span><spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document.">DOMDocument</a> *createDocument(<aclass="code"href="classxercesc_1_1MemoryManager.html"title="Configurable memory manager.">MemoryManager</a>* <spanclass="keyword">const</span> manager = XMLPlatformUtils::fgMemoryManager) = 0;
<aname="l00215"></a>00215
<aname="l00223"></a>00223 <spanclass="keyword">static</span><aclass="code"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a> *getImplementation();