XQuilla/docs/dom3-api/DOMConfiguration_8hpp-source.html
2020-02-17 22:12:51 +01:00

98 lines
9 KiB
HTML

<!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 DOM3 API Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<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>
<!-- Generated by Doxygen 1.5.1 -->
<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><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>DOMConfiguration.hpp</h1><a href="DOMConfiguration_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<a name="l00006"></a>00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
<a name="l00007"></a>00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
<a name="l00008"></a>00008 <span class="comment"> * </span>
<a name="l00009"></a>00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00010"></a>00010 <span class="comment"> * </span>
<a name="l00011"></a>00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00012"></a>00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00013"></a>00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00014"></a>00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00015"></a>00015 <span class="comment"> * limitations under the License.</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017
<a name="l00018"></a>00018 <span class="preprocessor">#if !defined(DOMCONFIGURATION_HPP)</span>
<a name="l00019"></a><a class="code" href="DOMConfiguration_8hpp.html#95725ee472dd0050ab8ce84414a448f6">00019</a> <span class="preprocessor"></span><span class="preprocessor">#define DOMCONFIGURATION_HPP</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="comment">//------------------------------------------------------------------------------------</span>
<a name="l00022"></a>00022 <span class="comment">// Includes</span>
<a name="l00023"></a>00023 <span class="comment">//------------------------------------------------------------------------------------</span>
<a name="l00024"></a>00024
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XMLString.hpp&gt;</span>
<a name="l00026"></a>00026
<a name="l00027"></a>00027 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00028"></a>00028
<a name="l00418"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html">00418</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a>
<a name="l00419"></a>00419 {
<a name="l00420"></a>00420 <span class="keyword">protected</span>:
<a name="l00421"></a>00421 <span class="comment">//-----------------------------------------------------------------------------------</span>
<a name="l00422"></a>00422 <span class="comment">// Constructor</span>
<a name="l00423"></a>00423 <span class="comment">//-----------------------------------------------------------------------------------</span>
<a name="l00426"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html#09be28924fe48cc06e65b0365bd0d1eb">00426</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a>() {};
<a name="l00428"></a>00428
<a name="l00429"></a>00429 <span class="keyword">private</span>:
<a name="l00430"></a>00430 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00431"></a>00431 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00432"></a>00432 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00435"></a>00435 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a> &amp;);
<a name="l00436"></a>00436 <a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a> &amp;);
<a name="l00438"></a>00438
<a name="l00439"></a>00439 <span class="keyword">public</span>:
<a name="l00440"></a>00440
<a name="l00441"></a>00441 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00442"></a>00442 <span class="comment">// Setter methods</span>
<a name="l00443"></a>00443 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00444"></a>00444
<a name="l00458"></a>00458 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setParameter(<span class="keyword">const</span> XMLCh* name, <span class="keyword">const</span> <span class="keywordtype">void</span>* value) = 0;
<a name="l00459"></a>00459
<a name="l00460"></a>00460 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00461"></a>00461 <span class="comment">// Getter methods</span>
<a name="l00462"></a>00462 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00473"></a>00473 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">void</span>* getParameter(<span class="keyword">const</span> XMLCh* name) <span class="keyword">const </span>= 0;
<a name="l00474"></a>00474
<a name="l00475"></a>00475
<a name="l00476"></a>00476 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00477"></a>00477 <span class="comment">// Query methods</span>
<a name="l00478"></a>00478 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00479"></a>00479
<a name="l00489"></a>00489 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> canSetParameter(<span class="keyword">const</span> XMLCh* name, <span class="keyword">const</span> <span class="keywordtype">void</span>* value) <span class="keyword">const </span>= 0;
<a name="l00490"></a>00490
<a name="l00491"></a>00491 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00492"></a>00492 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00493"></a>00493 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00500"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html#e5da7bb1ca8475d71596b1aa1771b6fc">00500</a> <span class="comment"></span> <span class="keyword">virtual</span> ~<a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a>() {};
<a name="l00502"></a>00502 };
<a name="l00503"></a>00503
<a name="l00504"></a>00504 XERCES_CPP_NAMESPACE_END
<a name="l00505"></a>00505
<a name="l00506"></a>00506 <span class="preprocessor">#endif </span>
<a name="l00507"></a>00507 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 20:17:03 2007 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>