This commit is contained in:
King_DuckZ 2020-02-17 22:19:57 +01:00
parent 1613a190f0
commit b93578226a
2489 changed files with 122200 additions and 118330 deletions

View file

@ -1,5 +1,19 @@
XQilla: an XQuery and XPath 2.0 library and command line interpreter. XQilla: an XQuery and XPath 2.0 library and command line interpreter.
version 2.2.3 (2009.11.12):
* Work around for a Xerces-C bug in DOMDocument::importNode() that
resulted in badly copied prefixes using XQuery Update.
* Fixed a segfault in the DOM 3 API by orphaning Xerces-C Grammar
correctly.
* Fixed optimization of count(), exists(), and empty() based on static
type if the argument uses doc() or collection().
* Fixed a bug that caused a crash when using "order by" in some
circumstances.
* Fixed query/module static-typing to also (re-)static type the modules
it imports.
* Fixed a bug in fn:codepoint-equal().
version 2.2.2 (2009.07.02): version 2.2.2 (2009.07.02):
* Fixed XQillaDocumentImpl::cloneNode() to return an instance of * Fixed XQillaDocumentImpl::cloneNode() to return an instance of
XQillaDocumentImpl. XQillaDocumentImpl.

View file

@ -16,7 +16,7 @@ lib_LTLIBRARIES = libxqilla.la
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html # Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
# -no-undefined for Cygwin (bug #1639669) # -no-undefined for Cygwin (bug #1639669)
libxqilla_la_LDFLAGS = -version-info 5:2:0 -no-undefined libxqilla_la_LDFLAGS = -version-info 5:3:0 -no-undefined
libxqilla_la_SOURCES = \ libxqilla_la_SOURCES = \
src/framework/ReferenceCounted.cpp \ src/framework/ReferenceCounted.cpp \

9843
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([XQilla],[2.2.2],[]) AC_INIT([XQilla],[2.2.3],[])
AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET([]) AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE(XQilla, 2.2.2,) AM_INIT_AUTOMAKE(XQilla, 2.2.3,)
AC_CONFIG_SRCDIR([src/runtime/Result.cpp]) AC_CONFIG_SRCDIR([src/runtime/Result.cpp])
AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h]) AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h])

View file

@ -1,100 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMAttr.hpp</h1><a href="DOMAttr_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMAttr.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMATTR_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMAttr_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMATTR_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030 <span class="keyword">class </span>DOMElement;
00031 <span class="keyword">class </span>DOMTypeInfo;
00032
<a name="l00057"></a><a class="code" href="classxercesc_1_1DOMAttr.html">00057</a> <span class="keyword">class </span>CDOM_EXPORT DOMAttr: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> {
00058 <span class="keyword">protected</span>:
00059 <span class="comment">// -----------------------------------------------------------------------</span>
00060 <span class="comment">// Hidden constructors</span>
00061 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00064"></a><a class="code" href="classxercesc_1_1DOMAttr.html#z49_0">00064</a> <span class="comment"></span> DOMAttr() {}
<a name="l00065"></a><a class="code" href="classxercesc_1_1DOMAttr.html#z49_1">00065</a> DOMAttr(<span class="keyword">const</span> DOMAttr &amp;other) : <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>(other) {}
00067
00068 <span class="keyword">private</span>:
00069 <span class="comment">// -----------------------------------------------------------------------</span>
00070 <span class="comment">// Unimplemented constructors and operators</span>
00071 <span class="comment">// -----------------------------------------------------------------------</span>
00074 <span class="comment"></span> DOMAttr &amp; operator = (<span class="keyword">const</span> DOMAttr &amp;);
00076
00077 <span class="keyword">public</span>:
00078 <span class="comment">// -----------------------------------------------------------------------</span>
00079 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00080 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00087"></a><a class="code" href="classxercesc_1_1DOMAttr.html#z53_0">00087</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMAttr() {};
00089
00090 <span class="comment">// -----------------------------------------------------------------------</span>
00091 <span class="comment">// Virtual DOMAttr interface</span>
00092 <span class="comment">// -----------------------------------------------------------------------</span>
00095 <span class="comment"></span> <span class="comment">// -----------------------------------------------------------------------</span>
00096 <span class="comment">// Getter methods</span>
00097 <span class="comment">// -----------------------------------------------------------------------</span>
00102 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getName() <span class="keyword">const </span>= 0;
00103
00112 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getSpecified() <span class="keyword">const </span>= 0;
00113
00121 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getValue() <span class="keyword">const </span>= 0;
00122
00123 <span class="comment">// -----------------------------------------------------------------------</span>
00124 <span class="comment">// Setter methods</span>
00125 <span class="comment">// -----------------------------------------------------------------------</span>
00133 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> setValue(<span class="keyword">const</span> XMLCh *value) = 0;
00135
00144 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html">DOMElement</a> *getOwnerElement() <span class="keyword">const </span>= 0;
00146
00157 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> isId() <span class="keyword">const </span>= 0;
00158
00159
00166 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMTypeInfo.html">DOMTypeInfo</a> * getSchemaTypeInfo() <span class="keyword">const </span>= 0;
00167
00169
00170 };
00171
00172 XERCES_CPP_NAMESPACE_END
00173
00174 <span class="preprocessor">#endif</span>
00175 <span class="preprocessor"></span>
00176
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,66 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMAttr.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMNode_8hpp-source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMAttr.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNode_8hpp_source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMAttr.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMAttr_8hpp__incl.png" border="0" usemap="#DOMAttr_8hpp_map" alt=""/></div>
<map name="DOMAttr_8hpp_map" id="DOMAttr_8hpp">
<area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMAttr_8hpp__dep__incl.png" border="0" usemap="#DOMAttr_8hppdep_map" alt=""/></div>
<map name="DOMAttr_8hppdep_map" id="DOMAttr_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="5,83,80,112"/><area shape="rect" href="StDOMNode_8hpp.html" title="StDOMNode.hpp" alt="" coords="104,83,224,112"/></map>
</div>
<p> <p><a href="DOMAttr_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMAttr.hpp:<p><center><img src="DOMAttr_8hpp__incl.png" border="0" usemap="#DOMAttr.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMAttr.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="71,81,257,105" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMAttr.html">xercesc::DOMAttr</a></td></tr>
</map> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a></code> class refers to an attribute of an XML element. <a href="classxercesc_1_1DOMAttr.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<p> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMAttr_8hpp__dep__incl.png" border="0" usemap="#DOMAttr.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMAttr.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="5,7,83,31" alt="">
<area href="StDOMNode_8hpp.html" shape="rect" coords="107,7,227,31" alt="">
</map>
<p>
<a href="DOMAttr_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMAttr.html">xercesc::DOMAttr</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> class refers to an attribute of an XML element. <a href="classxercesc_1_1DOMAttr.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMAttr_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMATTR_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMAttr_8hpp.html#a871264c7a5d636ab012da635e4545a50">XERCESC_INCLUDE_GUARD_DOMATTR_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMAttr.hpp::XERCESC_INCLUDE_GUARD_DOMATTR_HPP"></a><p> <a class="anchor" id="a871264c7a5d636ab012da635e4545a50"></a><!-- doxytag: member="DOMAttr.hpp::XERCESC_INCLUDE_GUARD_DOMATTR_HPP" ref="a871264c7a5d636ab012da635e4545a50" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMATTR_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMATTR_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,3 +1,4 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 5,7 83,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="5,83,80,112"/>
rect $StDOMNode_8hpp.html 107,7 227,31 <area shape="rect" href="$StDOMNode_8hpp.html" title="StDOMNode.hpp" alt="" coords="104,83,224,112"/>
</map>

View file

@ -1 +1 @@
dcade3eae43c1abfa701086c1c860545 c2a89bdea36d620c9fc9b9c6046a9b9e

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Before After
Before After

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOMNode_8hpp.html 71,81 257,105 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/>
</map>

View file

@ -1 +1 @@
41fab252ef3f0529938cc18e837fb642 61130cd4d126d001a04bf85c65203887

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -0,0 +1,114 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMAttr.hpp</h1><a href="DOMAttr_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMAttr.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMATTR_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMAttr_8hpp.html#a871264c7a5d636ab012da635e4545a50">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMATTR_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="keyword">class </span>DOMElement;
<a name="l00031"></a>00031 <span class="keyword">class </span>DOMTypeInfo;
<a name="l00032"></a>00032
<a name="l00057"></a><a class="code" href="classxercesc_1_1DOMAttr.html">00057</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a>: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> {
<a name="l00058"></a>00058 <span class="keyword">protected</span>:
<a name="l00059"></a>00059 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00060"></a>00060 <span class="comment">// Hidden constructors</span>
<a name="l00061"></a>00061 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00064"></a><a class="code" href="classxercesc_1_1DOMAttr.html#af22e3ac423ed416f507f67e99e4a6749">00064</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMAttr.html#af22e3ac423ed416f507f67e99e4a6749">DOMAttr</a>() {}
<a name="l00065"></a><a class="code" href="classxercesc_1_1DOMAttr.html#a2e6e731c03f10a3c8116549556ca2b50">00065</a> <a class="code" href="classxercesc_1_1DOMAttr.html#a2e6e731c03f10a3c8116549556ca2b50">DOMAttr</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a> &amp;other) : <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>(other) {}
<a name="l00067"></a>00067
<a name="l00068"></a>00068 <span class="keyword">private</span>:
<a name="l00069"></a>00069 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00070"></a>00070 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00071"></a>00071 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00074"></a>00074 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a> &amp;);
<a name="l00076"></a>00076
<a name="l00077"></a>00077 <span class="keyword">public</span>:
<a name="l00078"></a>00078 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00079"></a>00079 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00080"></a>00080 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00087"></a><a class="code" href="classxercesc_1_1DOMAttr.html#a92f914d9871b78a61bc70997a01eced8">00087</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html#a92f914d9871b78a61bc70997a01eced8" title="Destructor.">~DOMAttr</a>() {};
<a name="l00089"></a>00089
<a name="l00090"></a>00090 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00091"></a>00091 <span class="comment">// Virtual DOMAttr interface</span>
<a name="l00092"></a>00092 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00095"></a>00095 <span class="comment"></span> <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00096"></a>00096 <span class="comment">// Getter methods</span>
<a name="l00097"></a>00097 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00102"></a>00102 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getName() <span class="keyword">const</span> = 0;
<a name="l00103"></a>00103
<a name="l00112"></a>00112 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getSpecified() <span class="keyword">const</span> = 0;
<a name="l00113"></a>00113
<a name="l00121"></a>00121 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getValue() <span class="keyword">const</span> = 0;
<a name="l00122"></a>00122
<a name="l00123"></a>00123 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00124"></a>00124 <span class="comment">// Setter methods</span>
<a name="l00125"></a>00125 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00133"></a>00133 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> setValue(<span class="keyword">const</span> XMLCh *value) = 0;
<a name="l00135"></a>00135
<a name="l00144"></a>00144 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a> *getOwnerElement() <span class="keyword">const</span> = 0;
<a name="l00146"></a>00146
<a name="l00157"></a>00157 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> isId() <span class="keyword">const</span> = 0;
<a name="l00158"></a>00158
<a name="l00159"></a>00159
<a name="l00166"></a>00166 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMTypeInfo.html" title="The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified...">DOMTypeInfo</a> * getSchemaTypeInfo() <span class="keyword">const</span> = 0;
<a name="l00167"></a>00167
<a name="l00169"></a>00169
<a name="l00170"></a>00170 };
<a name="l00171"></a>00171
<a name="l00172"></a>00172 XERCES_CPP_NAMESPACE_END
<a name="l00173"></a>00173
<a name="l00174"></a>00174 <span class="preprocessor">#endif</span>
<a name="l00175"></a>00175 <span class="preprocessor"></span>
<a name="l00176"></a>00176
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,73 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMCDATASection.hpp</h1><a href="DOMCDATASection_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMCDATASection.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMCDATASection_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMText_8hpp.html">xercesc/dom/DOMText.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030
<a name="l00065"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html">00065</a> <span class="keyword">class </span>CDOM_EXPORT DOMCDATASection: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMText.html">DOMText</a> {
00066 <span class="keyword">protected</span>:
00067 <span class="comment">// -----------------------------------------------------------------------</span>
00068 <span class="comment">// Hidden constructors</span>
00069 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00072"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html#z61_0">00072</a> <span class="comment"></span> DOMCDATASection() {}
<a name="l00073"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html#z61_1">00073</a> DOMCDATASection(<span class="keyword">const</span> DOMCDATASection &amp;other) : <a class="code" href="classxercesc_1_1DOMText.html">DOMText</a>(other) {}
00075
00076 <span class="keyword">private</span>:
00077 <span class="comment">// -----------------------------------------------------------------------</span>
00078 <span class="comment">// Unimplemented constructors and operators</span>
00079 <span class="comment">// -----------------------------------------------------------------------</span>
00082 <span class="comment"></span> DOMCDATASection &amp; operator = (<span class="keyword">const</span> DOMCDATASection &amp;);
00084
00085 <span class="keyword">public</span>:
00086 <span class="comment">// -----------------------------------------------------------------------</span>
00087 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00088 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00095"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html#z65_0">00095</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMCDATASection() {};
00097
00098 };
00099
00100 XERCES_CPP_NAMESPACE_END
00101
00102 <span class="preprocessor">#endif</span>
00103 <span class="preprocessor"></span>
00104
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,67 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMCDATASection.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMText_8hpp-source.html">xercesc/dom/DOMText.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMCDATASection.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMText_8hpp_source.html">xercesc/dom/DOMText.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMCDATASection.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMCDATASection_8hpp__incl.png" border="0" usemap="#DOMCDATASection_8hpp_map" alt=""/></div>
<map name="DOMCDATASection_8hpp_map" id="DOMCDATASection_8hpp">
<area shape="rect" href="DOMText_8hpp.html" title="xercesc/dom/DOMText.hpp" alt="" coords="60,83,239,112"/><area shape="rect" href="DOMCharacterData_8hpp.html" title="xercesc/dom/DOMCharacterData.hpp" alt="" coords="111,160,348,189"/><area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="161,237,345,267"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMCDATASection_8hpp__dep__incl.png" border="0" usemap="#DOMCDATASection_8hppdep_map" alt=""/></div>
<map name="DOMCDATASection_8hppdep_map" id="DOMCDATASection_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="48,83,123,112"/></map>
</div>
<p> <p><a href="DOMCDATASection_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMCDATASection.hpp:<p><center><img src="DOMCDATASection_8hpp__incl.png" border="0" usemap="#DOMCDATASection.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMCDATASection.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMText_8hpp.html" shape="rect" coords="60,231,241,255" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMCDATASection.html">xercesc::DOMCDATASection</a></td></tr>
<area href="DOMCharacterData_8hpp.html" shape="rect" coords="111,156,353,180" alt=""> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. <a href="classxercesc_1_1DOMCDATASection.html#_details">More...</a><br/></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="161,81,348,105" alt=""> <tr><td colspan="2"><h2>Namespaces</h2></td></tr>
</map> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMCDATASection_8hpp__dep__incl.png" border="0" usemap="#DOMCDATASection.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMCDATASection.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="48,7,125,31" alt="">
</map>
<p>
<a href="DOMCDATASection_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMCDATASection.html">xercesc::DOMCDATASection</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. <a href="classxercesc_1_1DOMCDATASection.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMCDATASection_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMCDATASection_8hpp.html#a4563901bd1769e956b86213be9c1034f">XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMCDATASection.hpp::XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP"></a><p> <a class="anchor" id="a4563901bd1769e956b86213be9c1034f"></a><!-- doxytag: member="DOMCDATASection.hpp::XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP" ref="a4563901bd1769e956b86213be9c1034f" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 48,7 125,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="48,83,123,112"/>
</map>

View file

@ -1 +1 @@
d3e188a85e3f74f01cfaa628fe10e54a ac04dbe4b34f7b7381a9e304305f2240

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 B

After

Width:  |  Height:  |  Size: 4.6 KiB

Before After
Before After

View file

@ -1,4 +1,5 @@
base referer <map id="G" name="G">
rect $DOMText_8hpp.html 60,231 241,255 <area shape="rect" href="$DOMText_8hpp.html" title="xercesc/dom/DOMText.hpp" alt="" coords="60,83,239,112"/>
rect $DOMCharacterData_8hpp.html 111,156 353,180 <area shape="rect" href="$DOMCharacterData_8hpp.html" title="xercesc/dom/DOMCharacterData.hpp" alt="" coords="111,160,348,189"/>
rect $DOMNode_8hpp.html 161,81 348,105 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="161,237,345,267"/>
</map>

View file

@ -1 +1 @@
2f0bb66b5faece3c6fd5456ba178e1b7 0c5393b3c08c6f45430736cf5df60cc6

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

View file

@ -0,0 +1,87 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMCDATASection.hpp</h1><a href="DOMCDATASection_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMCDATASection.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMCDATASection_8hpp.html#a4563901bd1769e956b86213be9c1034f">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMText_8hpp.html">xercesc/dom/DOMText.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030
<a name="l00065"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html">00065</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMCDATASection.html" title="CDATA sections are used to escape blocks of text containing characters that would...">DOMCDATASection</a>: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMText.html" title="The DOMText interface inherits from DOMCharacterData and represents the textual content...">DOMText</a> {
<a name="l00066"></a>00066 <span class="keyword">protected</span>:
<a name="l00067"></a>00067 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00068"></a>00068 <span class="comment">// Hidden constructors</span>
<a name="l00069"></a>00069 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00072"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html#a3f7b9d233119d52b9e57a5574f6a73d5">00072</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMCDATASection.html#a3f7b9d233119d52b9e57a5574f6a73d5">DOMCDATASection</a>() {}
<a name="l00073"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html#a12b7f586c89bcba93ce005df507543c3">00073</a> <a class="code" href="classxercesc_1_1DOMCDATASection.html#a12b7f586c89bcba93ce005df507543c3">DOMCDATASection</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMCDATASection.html" title="CDATA sections are used to escape blocks of text containing characters that would...">DOMCDATASection</a> &amp;other) : <a class="code" href="classxercesc_1_1DOMText.html" title="The DOMText interface inherits from DOMCharacterData and represents the textual content...">DOMText</a>(other) {}
<a name="l00075"></a>00075
<a name="l00076"></a>00076 <span class="keyword">private</span>:
<a name="l00077"></a>00077 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00078"></a>00078 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00079"></a>00079 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00082"></a>00082 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMCDATASection.html" title="CDATA sections are used to escape blocks of text containing characters that would...">DOMCDATASection</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMCDATASection.html" title="CDATA sections are used to escape blocks of text containing characters that would...">DOMCDATASection</a> &amp;);
<a name="l00084"></a>00084
<a name="l00085"></a>00085 <span class="keyword">public</span>:
<a name="l00086"></a>00086 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00087"></a>00087 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00088"></a>00088 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00095"></a><a class="code" href="classxercesc_1_1DOMCDATASection.html#a205c3e2c7fec34acacb645c3fcfe1d0a">00095</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMCDATASection.html#a205c3e2c7fec34acacb645c3fcfe1d0a" title="Destructor.">~DOMCDATASection</a>() {};
<a name="l00097"></a>00097
<a name="l00098"></a>00098 };
<a name="l00099"></a>00099
<a name="l00100"></a>00100 XERCES_CPP_NAMESPACE_END
<a name="l00101"></a>00101
<a name="l00102"></a>00102 <span class="preprocessor">#endif</span>
<a name="l00103"></a>00103 <span class="preprocessor"></span>
<a name="l00104"></a>00104
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,102 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMCharacterData.hpp</h1><a href="DOMCharacterData_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMCharacterData.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMCharacterData_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030
<a name="l00046"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html">00046</a> <span class="keyword">class </span>CDOM_EXPORT DOMCharacterData: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> {
00047 <span class="keyword">protected</span>:
00048 <span class="comment">// -----------------------------------------------------------------------</span>
00049 <span class="comment">// Hidden constructors</span>
00050 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00053"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html#z67_0">00053</a> <span class="comment"></span> DOMCharacterData() {}
<a name="l00054"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html#z67_1">00054</a> DOMCharacterData(<span class="keyword">const</span> DOMCharacterData &amp;other) : <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>(other) {}
00056
00057 <span class="keyword">private</span>:
00058 <span class="comment">// -----------------------------------------------------------------------</span>
00059 <span class="comment">// Unimplemented constructors and operators</span>
00060 <span class="comment">// -----------------------------------------------------------------------</span>
00063 <span class="comment"></span> DOMCharacterData &amp; operator = (<span class="keyword">const</span> DOMCharacterData &amp;);
00065
00066 <span class="keyword">public</span>:
00067 <span class="comment">// -----------------------------------------------------------------------</span>
00068 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00069 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00076"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html#z71_0">00076</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMCharacterData() {};
00078
00079 <span class="comment">// -----------------------------------------------------------------------</span>
00080 <span class="comment">// Virtual DOMCharacterData interface</span>
00081 <span class="comment">// -----------------------------------------------------------------------</span>
00084 <span class="comment"></span> <span class="comment">// -----------------------------------------------------------------------</span>
00085 <span class="comment">// Getter methods</span>
00086 <span class="comment">// -----------------------------------------------------------------------</span>
00100 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getData() <span class="keyword">const </span>= 0;
00101
00110 <span class="keyword">virtual</span> XMLSize_t getLength() <span class="keyword">const </span>= 0;
00111
00126 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * substringData(XMLSize_t offset,
00127 XMLSize_t count) <span class="keyword">const </span>= 0;
00128
00129 <span class="comment">// -----------------------------------------------------------------------</span>
00130 <span class="comment">// String methods</span>
00131 <span class="comment">// -----------------------------------------------------------------------</span>
00142 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> appendData(<span class="keyword">const</span> XMLCh *arg) = 0;
00143
00155 <span class="keyword">virtual</span> <span class="keywordtype">void</span> insertData(XMLSize_t offset, <span class="keyword">const</span> XMLCh *arg) = 0;
00156
00174 <span class="keyword">virtual</span> <span class="keywordtype">void</span> deleteData(XMLSize_t offset,
00175 XMLSize_t count) = 0;
00176
00196 <span class="keyword">virtual</span> <span class="keywordtype">void</span> replaceData(XMLSize_t offset,
00197 XMLSize_t count,
00198 <span class="keyword">const</span> XMLCh *arg) = 0;
00199
00206 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setData(<span class="keyword">const</span> XMLCh *data) = 0;
00208
00209 };
00210
00211 XERCES_CPP_NAMESPACE_END
00212
00213 <span class="preprocessor">#endif</span>
00214 <span class="preprocessor"></span>
00215
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,68 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMCharacterData.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMNode_8hpp-source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMCharacterData.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNode_8hpp_source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMCharacterData.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMCharacterData_8hpp__incl.png" border="0" usemap="#DOMCharacterData_8hpp_map" alt=""/></div>
<map name="DOMCharacterData_8hpp_map" id="DOMCharacterData_8hpp">
<area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMCharacterData_8hpp__dep__incl.png" border="0" usemap="#DOMCharacterData_8hppdep_map" alt=""/></div>
<map name="DOMCharacterData_8hppdep_map" id="DOMCharacterData_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="101,237,176,267"/><area shape="rect" href="DOMComment_8hpp.html" title="DOMComment.hpp" alt="" coords="23,160,153,189"/><area shape="rect" href="DOMText_8hpp.html" title="DOMText.hpp" alt="" coords="140,83,241,112"/><area shape="rect" href="DOMCDATASection_8hpp.html" title="DOMCDATASection.hpp" alt="" coords="228,160,388,189"/></map>
</div>
<p> <p><a href="DOMCharacterData_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMCharacterData.hpp:<p><center><img src="DOMCharacterData_8hpp__incl.png" border="0" usemap="#DOMCharacterData.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMCharacterData.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="71,81,257,105" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMCharacterData.html">xercesc::DOMCharacterData</a></td></tr>
</map> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMCharacterData.html" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a></code> interface extends <a class="el" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> with a set of attributes and methods for accessing character data in the DOM. <a href="classxercesc_1_1DOMCharacterData.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<p> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMCharacterData_8hpp__dep__incl.png" border="0" usemap="#DOMCharacterData.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMCharacterData.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="59,7,136,31" alt="">
<area href="DOMComment_8hpp.html" shape="rect" coords="20,156,153,180" alt="">
<area href="DOMText_8hpp.html" shape="rect" coords="177,156,279,180" alt="">
<area href="DOMCDATASection_8hpp.html" shape="rect" coords="160,81,323,105" alt="">
</map>
<p>
<a href="DOMCharacterData_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMCharacterData.html">xercesc::DOMCharacterData</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> interface extends <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> with a set of attributes and methods for accessing character data in the DOM. <a href="classxercesc_1_1DOMCharacterData.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMCharacterData_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMCharacterData_8hpp.html#a985d5bdd980306dfd7a774d78cf40c7f">XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMCharacterData.hpp::XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP"></a><p> <a class="anchor" id="a985d5bdd980306dfd7a774d78cf40c7f"></a><!-- doxytag: member="DOMCharacterData.hpp::XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP" ref="a985d5bdd980306dfd7a774d78cf40c7f" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,5 +1,6 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 59,7 136,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="101,237,176,267"/>
rect $DOMComment_8hpp.html 20,156 153,180 <area shape="rect" href="$DOMComment_8hpp.html" title="DOMComment.hpp" alt="" coords="23,160,153,189"/>
rect $DOMText_8hpp.html 177,156 279,180 <area shape="rect" href="$DOMText_8hpp.html" title="DOMText.hpp" alt="" coords="140,83,241,112"/>
rect $DOMCDATASection_8hpp.html 160,81 323,105 <area shape="rect" href="$DOMCDATASection_8hpp.html" title="DOMCDATASection.hpp" alt="" coords="228,160,388,189"/>
</map>

View file

@ -1 +1 @@
472c8c86ff545ffdd14aa08d234c2ef6 106ead174c34ae150c69620356cb7c40

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOMNode_8hpp.html 71,81 257,105 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/>
</map>

View file

@ -1 +1 @@
d716525c70f88109949fe61b19eca90a 517f97dca96b3a2828b6c11dd385ebf0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -0,0 +1,116 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMCharacterData.hpp</h1><a href="DOMCharacterData_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMCharacterData.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMCharacterData_8hpp.html#a985d5bdd980306dfd7a774d78cf40c7f">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMCHARACTERDATA_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030
<a name="l00046"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html">00046</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMCharacterData.html" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a>: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> {
<a name="l00047"></a>00047 <span class="keyword">protected</span>:
<a name="l00048"></a>00048 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00049"></a>00049 <span class="comment">// Hidden constructors</span>
<a name="l00050"></a>00050 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00053"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html#a82779b668e65db522db4fb869d97b638">00053</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMCharacterData.html#a82779b668e65db522db4fb869d97b638">DOMCharacterData</a>() {}
<a name="l00054"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html#a6f78323a15eba8db2d1c272d845d4025">00054</a> <a class="code" href="classxercesc_1_1DOMCharacterData.html#a6f78323a15eba8db2d1c272d845d4025">DOMCharacterData</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMCharacterData.html" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a> &amp;other) : <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>(other) {}
<a name="l00056"></a>00056
<a name="l00057"></a>00057 <span class="keyword">private</span>:
<a name="l00058"></a>00058 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00059"></a>00059 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00060"></a>00060 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00063"></a>00063 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMCharacterData.html" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMCharacterData.html" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a> &amp;);
<a name="l00065"></a>00065
<a name="l00066"></a>00066 <span class="keyword">public</span>:
<a name="l00067"></a>00067 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00068"></a>00068 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00069"></a>00069 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00076"></a><a class="code" href="classxercesc_1_1DOMCharacterData.html#a87c14260fd61df4815a452cde4e936dd">00076</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMCharacterData.html#a87c14260fd61df4815a452cde4e936dd" title="Destructor.">~DOMCharacterData</a>() {};
<a name="l00078"></a>00078
<a name="l00079"></a>00079 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00080"></a>00080 <span class="comment">// Virtual DOMCharacterData interface</span>
<a name="l00081"></a>00081 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00084"></a>00084 <span class="comment"></span> <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00085"></a>00085 <span class="comment">// Getter methods</span>
<a name="l00086"></a>00086 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00100"></a>00100 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getData() <span class="keyword">const</span> = 0;
<a name="l00101"></a>00101
<a name="l00110"></a>00110 <span class="keyword">virtual</span> XMLSize_t getLength() <span class="keyword">const</span> = 0;
<a name="l00111"></a>00111
<a name="l00126"></a>00126 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * substringData(XMLSize_t offset,
<a name="l00127"></a>00127 XMLSize_t count) <span class="keyword">const</span> = 0;
<a name="l00128"></a>00128
<a name="l00129"></a>00129 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00130"></a>00130 <span class="comment">// String methods</span>
<a name="l00131"></a>00131 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00142"></a>00142 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> appendData(<span class="keyword">const</span> XMLCh *arg) = 0;
<a name="l00143"></a>00143
<a name="l00155"></a>00155 <span class="keyword">virtual</span> <span class="keywordtype">void</span> insertData(XMLSize_t offset, <span class="keyword">const</span> XMLCh *arg) = 0;
<a name="l00156"></a>00156
<a name="l00174"></a>00174 <span class="keyword">virtual</span> <span class="keywordtype">void</span> deleteData(XMLSize_t offset,
<a name="l00175"></a>00175 XMLSize_t count) = 0;
<a name="l00176"></a>00176
<a name="l00196"></a>00196 <span class="keyword">virtual</span> <span class="keywordtype">void</span> replaceData(XMLSize_t offset,
<a name="l00197"></a>00197 XMLSize_t count,
<a name="l00198"></a>00198 <span class="keyword">const</span> XMLCh *arg) = 0;
<a name="l00199"></a>00199
<a name="l00206"></a>00206 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setData(<span class="keyword">const</span> XMLCh *data) = 0;
<a name="l00208"></a>00208
<a name="l00209"></a>00209 };
<a name="l00210"></a>00210
<a name="l00211"></a>00211 XERCES_CPP_NAMESPACE_END
<a name="l00212"></a>00212
<a name="l00213"></a>00213 <span class="preprocessor">#endif</span>
<a name="l00214"></a>00214 <span class="preprocessor"></span>
<a name="l00215"></a>00215
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,71 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMComment.hpp</h1><a href="DOMComment_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMComment.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMComment_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMCharacterData_8hpp.html">xercesc/dom/DOMCharacterData.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030
<a name="l00039"></a><a class="code" href="classxercesc_1_1DOMComment.html">00039</a> <span class="keyword">class </span>CDOM_EXPORT DOMComment: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a> {
00040 <span class="keyword">protected</span>:
00041 <span class="comment">// -----------------------------------------------------------------------</span>
00042 <span class="comment">// Hidden constructors</span>
00043 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00046"></a><a class="code" href="classxercesc_1_1DOMComment.html#z75_0">00046</a> <span class="comment"></span> DOMComment() {};
00048
00049 <span class="keyword">private</span>:
00050 <span class="comment">// -----------------------------------------------------------------------</span>
00051 <span class="comment">// Unimplemented constructors and operators</span>
00052 <span class="comment">// -----------------------------------------------------------------------</span>
00055 <span class="comment"></span> DOMComment(<span class="keyword">const</span> DOMComment &amp;);
00056 DOMComment &amp; operator = (<span class="keyword">const</span> DOMComment &amp;);
00058
00059 <span class="keyword">public</span>:
00060 <span class="comment">// -----------------------------------------------------------------------</span>
00061 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00062 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00069"></a><a class="code" href="classxercesc_1_1DOMComment.html#z79_0">00069</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMComment() {};
00071 };
00072
00073 XERCES_CPP_NAMESPACE_END
00074
00075 <span class="preprocessor">#endif</span>
00076 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,66 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMComment.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMCharacterData_8hpp-source.html">xercesc/dom/DOMCharacterData.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMComment.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMCharacterData_8hpp_source.html">xercesc/dom/DOMCharacterData.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMComment.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMComment_8hpp__incl.png" border="0" usemap="#DOMComment_8hpp_map" alt=""/></div>
<map name="DOMComment_8hpp_map" id="DOMComment_8hpp">
<area shape="rect" href="DOMCharacterData_8hpp.html" title="xercesc/dom/DOMCharacterData.hpp" alt="" coords="84,83,321,112"/><area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="135,160,319,189"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMComment_8hpp__dep__incl.png" border="0" usemap="#DOMComment_8hppdep_map" alt=""/></div>
<map name="DOMComment_8hppdep_map" id="DOMComment_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="33,83,108,112"/></map>
</div>
<p> <p><a href="DOMComment_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMComment.hpp:<p><center><img src="DOMComment_8hpp__incl.png" border="0" usemap="#DOMComment.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMComment.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMCharacterData_8hpp.html" shape="rect" coords="85,156,328,180" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMComment.html">xercesc::DOMComment</a></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="136,81,323,105" alt=""> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This interface inherits from <code>CharacterData</code> and represents the content of a comment, i.e., all the characters between the starting ' <code>&lt;!--</code>' and ending '<code>--&gt;</code>'. <a href="classxercesc_1_1DOMComment.html#_details">More...</a><br/></td></tr>
</map> <tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMComment_8hpp__dep__incl.png" border="0" usemap="#DOMComment.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMComment.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="33,7,111,31" alt="">
</map>
<p>
<a href="DOMComment_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMComment.html">xercesc::DOMComment</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This interface inherits from <code>CharacterData</code> and represents the content of a comment, i.e., all the characters between the starting ' <code>&lt;!--</code>' and ending '<code>--&gt;</code>'. <a href="classxercesc_1_1DOMComment.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMComment_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMComment_8hpp.html#ac22e5cda89ad00538fc22e8f4c8c72b9">XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMComment.hpp::XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP"></a><p> <a class="anchor" id="ac22e5cda89ad00538fc22e8f4c8c72b9"></a><!-- doxytag: member="DOMComment.hpp::XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP" ref="ac22e5cda89ad00538fc22e8f4c8c72b9" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 33,7 111,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="33,83,108,112"/>
</map>

View file

@ -1 +1 @@
e6e167e786d8fd34880709c00a9ccd45 292fa8f09f86089381424f1d577a9790

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 B

After

Width:  |  Height:  |  Size: 3.9 KiB

Before After
Before After

View file

@ -1,3 +1,4 @@
base referer <map id="G" name="G">
rect $DOMCharacterData_8hpp.html 85,156 328,180 <area shape="rect" href="$DOMCharacterData_8hpp.html" title="xercesc/dom/DOMCharacterData.hpp" alt="" coords="84,83,321,112"/>
rect $DOMNode_8hpp.html 136,81 323,105 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="135,160,319,189"/>
</map>

View file

@ -1 +1 @@
7030427318db1f3db1700ab3e67fc719 f2dafefaa3dc10ce9835b4bf00ba75c2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

View file

@ -0,0 +1,85 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMComment.hpp</h1><a href="DOMComment_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMComment.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMComment_8hpp.html#ac22e5cda89ad00538fc22e8f4c8c72b9">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMCOMMENT_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMCharacterData_8hpp.html">xercesc/dom/DOMCharacterData.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030
<a name="l00039"></a><a class="code" href="classxercesc_1_1DOMComment.html">00039</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMComment.html" title="This interface inherits from CharacterData and represents the content of a comment...">DOMComment</a>: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMCharacterData.html" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a> {
<a name="l00040"></a>00040 <span class="keyword">protected</span>:
<a name="l00041"></a>00041 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00042"></a>00042 <span class="comment">// Hidden constructors</span>
<a name="l00043"></a>00043 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00046"></a><a class="code" href="classxercesc_1_1DOMComment.html#a304811e9805bd63eeea3539115b42a63">00046</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMComment.html#a304811e9805bd63eeea3539115b42a63">DOMComment</a>() {};
<a name="l00048"></a>00048
<a name="l00049"></a>00049 <span class="keyword">private</span>:
<a name="l00050"></a>00050 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00051"></a>00051 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00052"></a>00052 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00055"></a>00055 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMComment.html" title="This interface inherits from CharacterData and represents the content of a comment...">DOMComment</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMComment.html" title="This interface inherits from CharacterData and represents the content of a comment...">DOMComment</a> &amp;);
<a name="l00056"></a>00056 <a class="code" href="classxercesc_1_1DOMComment.html" title="This interface inherits from CharacterData and represents the content of a comment...">DOMComment</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMComment.html" title="This interface inherits from CharacterData and represents the content of a comment...">DOMComment</a> &amp;);
<a name="l00058"></a>00058
<a name="l00059"></a>00059 <span class="keyword">public</span>:
<a name="l00060"></a>00060 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00061"></a>00061 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00062"></a>00062 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00069"></a><a class="code" href="classxercesc_1_1DOMComment.html#a3da004335aefc45db3603a6c5bfd32d6">00069</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMComment.html#a3da004335aefc45db3603a6c5bfd32d6" title="Destructor.">~DOMComment</a>() {};
<a name="l00071"></a>00071 };
<a name="l00072"></a>00072
<a name="l00073"></a>00073 XERCES_CPP_NAMESPACE_END
<a name="l00074"></a>00074
<a name="l00075"></a>00075 <span class="preprocessor">#endif</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,95 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMConfiguration.hpp</h1><a href="DOMConfiguration_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP)</span>
<a name="l00019"></a><a class="code" href="DOMConfiguration_8hpp.html#a0">00019</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP</span>
00020 <span class="preprocessor"></span>
00021 <span class="comment">//------------------------------------------------------------------------------------</span>
00022 <span class="comment">// Includes</span>
00023 <span class="comment">//------------------------------------------------------------------------------------</span>
00024
00025 <span class="preprocessor">#include &lt;xercesc/util/XMLString.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;xercesc/util/RefVectorOf.hpp&gt;</span>
00027 <span class="preprocessor">#include &lt;<a class="code" href="DOMStringList_8hpp.html">xercesc/dom/DOMStringList.hpp</a>&gt;</span>
00028
00029 XERCES_CPP_NAMESPACE_BEGIN
00030
<a name="l00350"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html">00350</a> <span class="keyword">class </span>CDOM_EXPORT DOMConfiguration
00351 {
00352 <span class="keyword">protected</span>:
00353 <span class="comment">//-----------------------------------------------------------------------------------</span>
00354 <span class="comment">// Constructor</span>
00355 <span class="comment">//-----------------------------------------------------------------------------------</span>
<a name="l00358"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html#z81_0">00358</a> <span class="comment"></span> DOMConfiguration() {};
00360
00361 <span class="keyword">private</span>:
00362 <span class="comment">// -----------------------------------------------------------------------</span>
00363 <span class="comment">// Unimplemented constructors and operators</span>
00364 <span class="comment">// -----------------------------------------------------------------------</span>
00367 <span class="comment"></span> DOMConfiguration(<span class="keyword">const</span> DOMConfiguration &amp;);
00368 DOMConfiguration &amp; operator = (<span class="keyword">const</span> DOMConfiguration &amp;);
00370
00371 <span class="keyword">public</span>:
00372
00373 <span class="comment">// -----------------------------------------------------------------------</span>
00374 <span class="comment">// Setter methods</span>
00375 <span class="comment">// -----------------------------------------------------------------------</span>
00376
00390 <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;
00391 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setParameter(<span class="keyword">const</span> XMLCh* name, <span class="keywordtype">bool</span> value) = 0;
00392
00393 <span class="comment">// -----------------------------------------------------------------------</span>
00394 <span class="comment">// Getter methods</span>
00395 <span class="comment">// -----------------------------------------------------------------------</span>
00406 <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;
00407
00408
00409 <span class="comment">// -----------------------------------------------------------------------</span>
00410 <span class="comment">// Query methods</span>
00411 <span class="comment">// -----------------------------------------------------------------------</span>
00412
00422 <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;
00423 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> canSetParameter(<span class="keyword">const</span> XMLCh* name, <span class="keywordtype">bool</span> value) <span class="keyword">const </span>= 0;
00424
00433 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMStringList.html">DOMStringList</a>* getParameterNames() <span class="keyword">const </span>= 0;
00434
00435 <span class="comment">// -----------------------------------------------------------------------</span>
00436 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00437 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00444"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html#z85_0">00444</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMConfiguration() {};
00446 };
00447
00448 XERCES_CPP_NAMESPACE_END
00449
00450 <span class="preprocessor">#endif </span>
00451 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,68 +5,74 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMConfiguration.hpp File Reference</h1><code>#include &lt;xercesc/util/XMLString.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;xercesc/util/RefVectorOf.hpp&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<code>#include &lt;<a class="el" href="DOMStringList_8hpp-source.html">xercesc/dom/DOMStringList.hpp</a>&gt;</code><br> <li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMConfiguration.hpp File Reference</h1><code>#include &lt;xercesc/util/XMLString.hpp&gt;</code><br/>
<code>#include &lt;xercesc/util/RefVectorOf.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMStringList_8hpp_source.html">xercesc/dom/DOMStringList.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMConfiguration.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMConfiguration_8hpp__incl.png" border="0" usemap="#DOMConfiguration_8hpp_map" alt=""/></div>
<map name="DOMConfiguration_8hpp_map" id="DOMConfiguration_8hpp">
<area shape="rect" href="DOMStringList_8hpp.html" title="xercesc/dom/DOMStringList.hpp" alt="" coords="416,83,627,112"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMConfiguration_8hpp__dep__incl.png" border="0" usemap="#DOMConfiguration_8hppdep_map" alt=""/></div>
<map name="DOMConfiguration_8hppdep_map" id="DOMConfiguration_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="44,160,119,189"/><area shape="rect" href="DOMLSParser_8hpp.html" title="DOMLSParser.hpp" alt="" coords="17,83,145,112"/><area shape="rect" href="DOMLSSerializer_8hpp.html" title="DOMLSSerializer.hpp" alt="" coords="169,83,313,112"/></map>
</div>
<p> <p><a href="DOMConfiguration_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMConfiguration.hpp:<p><center><img src="DOMConfiguration_8hpp__incl.png" border="0" usemap="#DOMConfiguration.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMConfiguration.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMStringList_8hpp.html" shape="rect" coords="421,81,632,105" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMConfiguration.html">xercesc::DOMConfiguration</a></td></tr>
</map> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <a class="el" href="classxercesc_1_1DOMConfiguration.html" title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a> interface represents the configuration of a document and maintains a table of recognized parameters. <a href="classxercesc_1_1DOMConfiguration.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<p> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMConfiguration_8hpp__dep__incl.png" border="0" usemap="#DOMConfiguration.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMConfiguration.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="45,7,123,31" alt="">
<area href="DOMLSParser_8hpp.html" shape="rect" coords="19,81,149,105" alt="">
<area href="DOMLSSerializer_8hpp.html" shape="rect" coords="173,81,320,105" alt="">
</map>
<p>
<a href="DOMConfiguration_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMConfiguration.html">xercesc::DOMConfiguration</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <a class="el" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a> interface represents the configuration of a document and maintains a table of recognized parameters. <a href="classxercesc_1_1DOMConfiguration.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMConfiguration_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMConfiguration_8hpp.html#ac2b8d53ab0e5fb9defc79e956efa5cce">XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMConfiguration.hpp::XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP"></a><p> <a class="anchor" id="ac2b8d53ab0e5fb9defc79e956efa5cce"></a><!-- doxytag: member="DOMConfiguration.hpp::XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP" ref="ac2b8d53ab0e5fb9defc79e956efa5cce" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,4 +1,5 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 45,7 123,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="44,160,119,189"/>
rect $DOMLSParser_8hpp.html 19,81 149,105 <area shape="rect" href="$DOMLSParser_8hpp.html" title="DOMLSParser.hpp" alt="" coords="17,83,145,112"/>
rect $DOMLSSerializer_8hpp.html 173,81 320,105 <area shape="rect" href="$DOMLSSerializer_8hpp.html" title="DOMLSSerializer.hpp" alt="" coords="169,83,313,112"/>
</map>

View file

@ -1 +1 @@
f06ffd4a8698f551c96c740c0915b7a7 89928094e5984fd7ab2d388fcfeaf55c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOMStringList_8hpp.html 421,81 632,105 <area shape="rect" href="$DOMStringList_8hpp.html" title="xercesc/dom/DOMStringList.hpp" alt="" coords="416,83,627,112"/>
</map>

View file

@ -1 +1 @@
1d16db76f8f61d2c3fcec785f11cea66 c437937abb3fe8cef80b223a0718eac9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

@ -0,0 +1,109 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="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 &quot;License&quot;); 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 &quot;AS IS&quot; 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(XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP)</span>
<a name="l00019"></a><a class="code" href="DOMConfiguration_8hpp.html#ac2b8d53ab0e5fb9defc79e956efa5cce">00019</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_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 <span class="preprocessor">#include &lt;xercesc/util/RefVectorOf.hpp&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="DOMStringList_8hpp.html">xercesc/dom/DOMStringList.hpp</a>&gt;</span>
<a name="l00028"></a>00028
<a name="l00029"></a>00029 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00030"></a>00030
<a name="l00350"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html">00350</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMConfiguration.html" title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a>
<a name="l00351"></a>00351 {
<a name="l00352"></a>00352 <span class="keyword">protected</span>:
<a name="l00353"></a>00353 <span class="comment">//-----------------------------------------------------------------------------------</span>
<a name="l00354"></a>00354 <span class="comment">// Constructor</span>
<a name="l00355"></a>00355 <span class="comment">//-----------------------------------------------------------------------------------</span>
<a name="l00358"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html#a09be28924fe48cc06e65b0365bd0d1eb">00358</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMConfiguration.html#a09be28924fe48cc06e65b0365bd0d1eb">DOMConfiguration</a>() {};
<a name="l00360"></a>00360
<a name="l00361"></a>00361 <span class="keyword">private</span>:
<a name="l00362"></a>00362 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00363"></a>00363 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00364"></a>00364 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00367"></a>00367 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMConfiguration.html" title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMConfiguration.html" title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a> &amp;);
<a name="l00368"></a>00368 <a class="code" href="classxercesc_1_1DOMConfiguration.html" title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMConfiguration.html" title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a> &amp;);
<a name="l00370"></a>00370
<a name="l00371"></a>00371 <span class="keyword">public</span>:
<a name="l00372"></a>00372
<a name="l00373"></a>00373 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00374"></a>00374 <span class="comment">// Setter methods</span>
<a name="l00375"></a>00375 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00376"></a>00376
<a name="l00390"></a>00390 <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="l00391"></a>00391 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setParameter(<span class="keyword">const</span> XMLCh* name, <span class="keywordtype">bool</span> value) = 0;
<a name="l00392"></a>00392
<a name="l00393"></a>00393 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00394"></a>00394 <span class="comment">// Getter methods</span>
<a name="l00395"></a>00395 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00406"></a>00406 <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="l00407"></a>00407
<a name="l00408"></a>00408
<a name="l00409"></a>00409 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00410"></a>00410 <span class="comment">// Query methods</span>
<a name="l00411"></a>00411 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00412"></a>00412
<a name="l00422"></a>00422 <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="l00423"></a>00423 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> canSetParameter(<span class="keyword">const</span> XMLCh* name, <span class="keywordtype">bool</span> value) <span class="keyword">const</span> = 0;
<a name="l00424"></a>00424
<a name="l00433"></a>00433 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMStringList.html" title="The DOMStringList interface provides the abstraction of an ordered collection of...">DOMStringList</a>* getParameterNames() <span class="keyword">const</span> = 0;
<a name="l00434"></a>00434
<a name="l00435"></a>00435 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00436"></a>00436 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00437"></a>00437 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00444"></a><a class="code" href="classxercesc_1_1DOMConfiguration.html#ae5da7bb1ca8475d71596b1aa1771b6fc">00444</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMConfiguration.html#ae5da7bb1ca8475d71596b1aa1771b6fc" title="Destructor.">~DOMConfiguration</a>() {};
<a name="l00446"></a>00446 };
<a name="l00447"></a>00447
<a name="l00448"></a>00448 XERCES_CPP_NAMESPACE_END
<a name="l00449"></a>00449
<a name="l00450"></a>00450 <span class="preprocessor">#endif </span>
<a name="l00451"></a>00451 <span class="preprocessor"></span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,71 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMDocumentFragment.hpp</h1><a href="DOMDocumentFragment_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMDocumentFragment.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentFragment_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030
<a name="l00071"></a><a class="code" href="classxercesc_1_1DOMDocumentFragment.html">00071</a> <span class="keyword">class </span>CDOM_EXPORT DOMDocumentFragment: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> {
00072 <span class="keyword">protected</span>:
00073 <span class="comment">// -----------------------------------------------------------------------</span>
00074 <span class="comment">// Hidden constructors</span>
00075 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00078"></a><a class="code" href="classxercesc_1_1DOMDocumentFragment.html#z101_0">00078</a> <span class="comment"></span> DOMDocumentFragment() {};
00080
00081 <span class="keyword">private</span>:
00082 <span class="comment">// -----------------------------------------------------------------------</span>
00083 <span class="comment">// Unimplemented constructors and operators</span>
00084 <span class="comment">// -----------------------------------------------------------------------</span>
00087 <span class="comment"></span> DOMDocumentFragment(<span class="keyword">const</span> DOMDocumentFragment &amp;);
00088 DOMDocumentFragment &amp; operator = (<span class="keyword">const</span> DOMDocumentFragment &amp;);
00090
00091 <span class="keyword">public</span>:
00092 <span class="comment">// -----------------------------------------------------------------------</span>
00093 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00094 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00101"></a><a class="code" href="classxercesc_1_1DOMDocumentFragment.html#z105_0">00101</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMDocumentFragment() {};
00103
00104 };
00105
00106 XERCES_CPP_NAMESPACE_END
00107
00108 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,65 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMDocumentFragment.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMNode_8hpp-source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMDocumentFragment.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNode_8hpp_source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMDocumentFragment.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentFragment_8hpp__incl.png" border="0" usemap="#DOMDocumentFragment_8hpp_map" alt=""/></div>
<map name="DOMDocumentFragment_8hpp_map" id="DOMDocumentFragment_8hpp">
<area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="73,83,257,112"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentFragment_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentFragment_8hppdep_map" alt=""/></div>
<map name="DOMDocumentFragment_8hppdep_map" id="DOMDocumentFragment_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="63,83,137,112"/></map>
</div>
<p> <p><a href="DOMDocumentFragment_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMDocumentFragment.hpp:<p><center><img src="DOMDocumentFragment_8hpp__incl.png" border="0" usemap="#DOMDocumentFragment.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMDocumentFragment.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="75,81,261,105" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">xercesc::DOMDocumentFragment</a></td></tr>
</map> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument...">DOMDocumentFragment</a> is a "lightweight" or "minimal" <a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a> object. <a href="classxercesc_1_1DOMDocumentFragment.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<p> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentFragment_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentFragment.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMDocumentFragment.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="64,7,141,31" alt="">
</map>
<p>
<a href="DOMDocumentFragment_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">xercesc::DOMDocumentFragment</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> is a "lightweight" or "minimal" <a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> object. <a href="classxercesc_1_1DOMDocumentFragment.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentFragment_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentFragment_8hpp.html#a1a38116607825a6d0f95cb726a1f3a14">XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMDocumentFragment.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP"></a><p> <a class="anchor" id="a1a38116607825a6d0f95cb726a1f3a14"></a><!-- doxytag: member="DOMDocumentFragment.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP" ref="a1a38116607825a6d0f95cb726a1f3a14" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 64,7 141,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="63,83,137,112"/>
</map>

View file

@ -1 +1 @@
c7f40ff56d5962bc911df44c07aa27db 409ed175f34867db3efabea83056ceea

Binary file not shown.

Before

Width:  |  Height:  |  Size: 840 B

After

Width:  |  Height:  |  Size: 4.6 KiB

Before After
Before After

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOMNode_8hpp.html 75,81 261,105 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="73,83,257,112"/>
</map>

View file

@ -1 +1 @@
0e6bfc1a06a4231d59dbc73023e278f8 73b35b6305c689d316f552aa82ba609d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -0,0 +1,85 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMDocumentFragment.hpp</h1><a href="DOMDocumentFragment_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMDocumentFragment.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentFragment_8hpp.html#a1a38116607825a6d0f95cb726a1f3a14">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030
<a name="l00071"></a><a class="code" href="classxercesc_1_1DOMDocumentFragment.html">00071</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &amp;quot;lightweight&amp;quot; or &amp;quot;minimal&amp;quot; DOMDocument...">DOMDocumentFragment</a>: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> {
<a name="l00072"></a>00072 <span class="keyword">protected</span>:
<a name="l00073"></a>00073 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00074"></a>00074 <span class="comment">// Hidden constructors</span>
<a name="l00075"></a>00075 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00078"></a><a class="code" href="classxercesc_1_1DOMDocumentFragment.html#ac952c994e94ca3b1135877ab322752a9">00078</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html#ac952c994e94ca3b1135877ab322752a9">DOMDocumentFragment</a>() {};
<a name="l00080"></a>00080
<a name="l00081"></a>00081 <span class="keyword">private</span>:
<a name="l00082"></a>00082 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00083"></a>00083 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00084"></a>00084 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00087"></a>00087 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &amp;quot;lightweight&amp;quot; or &amp;quot;minimal&amp;quot; DOMDocument...">DOMDocumentFragment</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &amp;quot;lightweight&amp;quot; or &amp;quot;minimal&amp;quot; DOMDocument...">DOMDocumentFragment</a> &amp;);
<a name="l00088"></a>00088 <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &amp;quot;lightweight&amp;quot; or &amp;quot;minimal&amp;quot; DOMDocument...">DOMDocumentFragment</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &amp;quot;lightweight&amp;quot; or &amp;quot;minimal&amp;quot; DOMDocument...">DOMDocumentFragment</a> &amp;);
<a name="l00090"></a>00090
<a name="l00091"></a>00091 <span class="keyword">public</span>:
<a name="l00092"></a>00092 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00093"></a>00093 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00094"></a>00094 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00101"></a><a class="code" href="classxercesc_1_1DOMDocumentFragment.html#a050845e1550790659f91dce24509d01f">00101</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html#a050845e1550790659f91dce24509d01f" title="Destructor.">~DOMDocumentFragment</a>() {};
<a name="l00103"></a>00103
<a name="l00104"></a>00104 };
<a name="l00105"></a>00105
<a name="l00106"></a>00106 XERCES_CPP_NAMESPACE_END
<a name="l00107"></a>00107
<a name="l00108"></a>00108 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,80 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMDocumentRange.hpp</h1><a href="DOMDocumentRange_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMDocumentRange.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment">*/</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentRange_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026
00027 XERCES_CPP_NAMESPACE_BEGIN
00028
00029
00030 <span class="keyword">class </span>DOMRange;
00031
00032
<a name="l00037"></a><a class="code" href="classxercesc_1_1DOMDocumentRange.html">00037</a> <span class="keyword">class </span>CDOM_EXPORT DOMDocumentRange {
00038
00039 <span class="keyword">protected</span>:
00040 <span class="comment">// -----------------------------------------------------------------------</span>
00041 <span class="comment">// Hidden constructors</span>
00042 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00045"></a><a class="code" href="classxercesc_1_1DOMDocumentRange.html#z107_0">00045</a> <span class="comment"></span> DOMDocumentRange() {};
00047
00048 <span class="keyword">private</span>:
00049 <span class="comment">// -----------------------------------------------------------------------</span>
00050 <span class="comment">// Unimplemented constructors and operators</span>
00051 <span class="comment">// -----------------------------------------------------------------------</span>
00054 <span class="comment"></span> DOMDocumentRange(<span class="keyword">const</span> DOMDocumentRange &amp;);
00055 DOMDocumentRange &amp; operator = (<span class="keyword">const</span> DOMDocumentRange &amp;);
00057
00058 <span class="keyword">public</span>:
00059 <span class="comment">// -----------------------------------------------------------------------</span>
00060 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00061 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00068"></a><a class="code" href="classxercesc_1_1DOMDocumentRange.html#z111_0">00068</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMDocumentRange() {};
00070
00071 <span class="comment">// -----------------------------------------------------------------------</span>
00072 <span class="comment">// Virtual DOMDocumentRange interface</span>
00073 <span class="comment">// -----------------------------------------------------------------------</span>
00087 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMRange.html">DOMRange</a> *createRange() = 0;
00088
00090 };
00091
00092
00093 XERCES_CPP_NAMESPACE_END
00094
00095 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,61 +5,69 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMDocumentRange.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <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="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMDocumentRange.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMDocumentRange.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentRange_8hpp__incl.png" border="0" usemap="#DOMDocumentRange_8hpp_map" alt=""/></div>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentRange_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentRange_8hppdep_map" alt=""/></div>
<map name="DOMDocumentRange_8hppdep_map" id="DOMDocumentRange_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="53,160,128,189"/><area shape="rect" href="DOMDocument_8hpp.html" title="DOMDocument.hpp" alt="" coords="76,83,212,112"/></map>
</div>
<p> <p><a href="DOMDocumentRange_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMDocumentRange.hpp:<p><center><img src="DOMDocumentRange_8hpp__incl.png" border="0" usemap="#DOMDocumentRange.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<p> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td></tr>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentRange_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentRange.hppdep_map" alt="Included by dependency graph"></center> <tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<map name="DOMDocumentRange.hppdep_map"> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<area href="DOM_8hpp.html" shape="rect" coords="55,7,132,31" alt="">
<area href="DOMDocument_8hpp.html" shape="rect" coords="77,81,216,105" alt="">
</map>
<p>
<a href="DOMDocumentRange_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentRange_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentRange_8hpp.html#a120527bc9b34b8b4f63110d2008469c7">XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMDocumentRange.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP"></a><p> <a class="anchor" id="a120527bc9b34b8b4f63110d2008469c7"></a><!-- doxytag: member="DOMDocumentRange.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP" ref="a120527bc9b34b8b4f63110d2008469c7" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,3 +1,4 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 55,7 132,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="53,160,128,189"/>
rect $DOMDocument_8hpp.html 77,81 216,105 <area shape="rect" href="$DOMDocument_8hpp.html" title="DOMDocument.hpp" alt="" coords="76,83,212,112"/>
</map>

View file

@ -1 +1 @@
e73953f7e613112011306f4a6e1aa3c9 b75ecf5a02ae9e3b0ae4d9dd01b3a42f

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

View file

@ -1 +1,2 @@
base referer <map id="G" name="G">
</map>

View file

@ -1 +1 @@
93617f639e271e10be1a82501e6650ab 73c2fb4cb2fc3a0b85c145cf3228b05c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Before After
Before After

View file

@ -0,0 +1,94 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMDocumentRange.hpp</h1><a href="DOMDocumentRange_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMDocumentRange.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
<a name="l00020"></a>00020 <span class="comment">*/</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentRange_8hpp.html#a120527bc9b34b8b4f63110d2008469c7">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTRANGE_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026
<a name="l00027"></a>00027 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00028"></a>00028
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="keyword">class </span>DOMRange;
<a name="l00031"></a>00031
<a name="l00032"></a>00032
<a name="l00037"></a><a class="code" href="classxercesc_1_1DOMDocumentRange.html">00037</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a> {
<a name="l00038"></a>00038
<a name="l00039"></a>00039 <span class="keyword">protected</span>:
<a name="l00040"></a>00040 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00041"></a>00041 <span class="comment">// Hidden constructors</span>
<a name="l00042"></a>00042 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00045"></a><a class="code" href="classxercesc_1_1DOMDocumentRange.html#a450decb1e0bdcd30e6b504ea03910ded">00045</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentRange.html#a450decb1e0bdcd30e6b504ea03910ded">DOMDocumentRange</a>() {};
<a name="l00047"></a>00047
<a name="l00048"></a>00048 <span class="keyword">private</span>:
<a name="l00049"></a>00049 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00050"></a>00050 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00051"></a>00051 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00054"></a>00054 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a> &amp;);
<a name="l00055"></a>00055 <a class="code" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a> &amp;);
<a name="l00057"></a>00057
<a name="l00058"></a>00058 <span class="keyword">public</span>:
<a name="l00059"></a>00059 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00060"></a>00060 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00061"></a>00061 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00068"></a><a class="code" href="classxercesc_1_1DOMDocumentRange.html#a58368294a3d33f7ed317ab6d599d460f">00068</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentRange.html#a58368294a3d33f7ed317ab6d599d460f" title="Destructor.">~DOMDocumentRange</a>() {};
<a name="l00070"></a>00070
<a name="l00071"></a>00071 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00072"></a>00072 <span class="comment">// Virtual DOMDocumentRange interface</span>
<a name="l00073"></a>00073 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00087"></a>00087 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMRange.html">DOMRange</a> *createRange() = 0;
<a name="l00088"></a>00088
<a name="l00090"></a>00090 };
<a name="l00091"></a>00091
<a name="l00092"></a>00092
<a name="l00093"></a>00093 XERCES_CPP_NAMESPACE_END
<a name="l00094"></a>00094
<a name="l00095"></a>00095 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,90 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMDocumentTraversal.hpp</h1><a href="DOMDocumentTraversal_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> *</span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMDocumentTraversal.hpp 671894 2008-06-26 13:29:21Z borisk $</span>
00020 <span class="comment">*/</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentTraversal_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNodeFilter_8hpp.html">xercesc/dom/DOMNodeFilter.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030
00031 <span class="keyword">class </span>DOMNode;
00032 <span class="keyword">class </span>DOMNodeIterator;
00033 <span class="keyword">class </span>DOMTreeWalker;
00034
00035
<a name="l00047"></a><a class="code" href="classxercesc_1_1DOMDocumentTraversal.html">00047</a> <span class="keyword">class </span>CDOM_EXPORT DOMDocumentTraversal {
00048
00049 <span class="keyword">protected</span>:
00050 <span class="comment">// -----------------------------------------------------------------------</span>
00051 <span class="comment">// Hidden constructors</span>
00052 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00055"></a><a class="code" href="classxercesc_1_1DOMDocumentTraversal.html#z115_0">00055</a> <span class="comment"></span> DOMDocumentTraversal() {};
00057
00058 <span class="keyword">private</span>:
00059 <span class="comment">// -----------------------------------------------------------------------</span>
00060 <span class="comment">// Unimplemented constructors and operators</span>
00061 <span class="comment">// -----------------------------------------------------------------------</span>
00064 <span class="comment"></span> DOMDocumentTraversal(<span class="keyword">const</span> DOMDocumentTraversal &amp;);
00065 DOMDocumentTraversal &amp; operator = (<span class="keyword">const</span> DOMDocumentTraversal &amp;);
00067
00068 <span class="keyword">public</span>:
00069 <span class="comment">// -----------------------------------------------------------------------</span>
00070 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00071 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00078"></a><a class="code" href="classxercesc_1_1DOMDocumentTraversal.html#z119_0">00078</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMDocumentTraversal() {};
00080
00081 <span class="comment">// -----------------------------------------------------------------------</span>
00082 <span class="comment">// Virtual DOMDocumentRange interface</span>
00083 <span class="comment">// -----------------------------------------------------------------------</span>
00110 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeIterator.html">DOMNodeIterator</a> *createNodeIterator(<a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>* root,
00111 DOMNodeFilter::ShowType whatToShow,
00112 <a class="code" href="classxercesc_1_1DOMNodeFilter.html">DOMNodeFilter</a>* filter,
00113 <span class="keywordtype">bool</span> entityReferenceExpansion) = 0;
00144 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMTreeWalker.html">DOMTreeWalker</a> *createTreeWalker(<a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>* root,
00145 DOMNodeFilter::ShowType whatToShow,
00146 <a class="code" href="classxercesc_1_1DOMNodeFilter.html">DOMNodeFilter</a>* filter,
00147 <span class="keywordtype">bool</span> entityReferenceExpansion) = 0;
00148
00150 };
00151
00152
00153 XERCES_CPP_NAMESPACE_END
00154
00155 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,67 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMDocumentTraversal.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMNodeFilter_8hpp-source.html">xercesc/dom/DOMNodeFilter.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMDocumentTraversal.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNodeFilter_8hpp_source.html">xercesc/dom/DOMNodeFilter.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMDocumentTraversal.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentTraversal_8hpp__incl.png" border="0" usemap="#DOMDocumentTraversal_8hpp_map" alt=""/></div>
<map name="DOMDocumentTraversal_8hpp_map" id="DOMDocumentTraversal_8hpp">
<area shape="rect" href="DOMNodeFilter_8hpp.html" title="xercesc/dom/DOMNodeFilter.hpp" alt="" coords="67,83,280,112"/><area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="73,160,257,189"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentTraversal_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentTraversal_8hppdep_map" alt=""/></div>
<map name="DOMDocumentTraversal_8hppdep_map" id="DOMDocumentTraversal_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="61,160,136,189"/><area shape="rect" href="DOMDocument_8hpp.html" title="DOMDocument.hpp" alt="" coords="84,83,220,112"/></map>
</div>
<p> <p><a href="DOMDocumentTraversal_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMDocumentTraversal.hpp:<p><center><img src="DOMDocumentTraversal_8hpp__incl.png" border="0" usemap="#DOMDocumentTraversal.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMDocumentTraversal.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="75,81,261,105" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">xercesc::DOMDocumentTraversal</a></td></tr>
<area href="DOMNodeFilter_8hpp.html" shape="rect" coords="68,156,284,180" alt=""> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">DOMDocumentTraversal</a></code> contains methods that create <code>DOMNodeIterators</code> and <code>DOMTreeWalkers</code> to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document). <a href="classxercesc_1_1DOMDocumentTraversal.html#_details">More...</a><br/></td></tr>
</map> <tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentTraversal_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentTraversal.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMDocumentTraversal.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="63,7,140,31" alt="">
<area href="DOMDocument_8hpp.html" shape="rect" coords="85,81,224,105" alt="">
</map>
<p>
<a href="DOMDocumentTraversal_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">xercesc::DOMDocumentTraversal</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">DOMDocumentTraversal</a></code> contains methods that create <code>DOMNodeIterators</code> and <code>DOMTreeWalkers</code> to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document). <a href="classxercesc_1_1DOMDocumentTraversal.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentTraversal_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentTraversal_8hpp.html#a31aaa3c1a2403e6f0e213f38b2329f1d">XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMDocumentTraversal.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP"></a><p> <a class="anchor" id="a31aaa3c1a2403e6f0e213f38b2329f1d"></a><!-- doxytag: member="DOMDocumentTraversal.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP" ref="a31aaa3c1a2403e6f0e213f38b2329f1d" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,3 +1,4 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 63,7 140,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="61,160,136,189"/>
rect $DOMDocument_8hpp.html 85,81 224,105 <area shape="rect" href="$DOMDocument_8hpp.html" title="DOMDocument.hpp" alt="" coords="84,83,220,112"/>
</map>

View file

@ -1 +1 @@
03bb37e29cc9ba1d41536decb47835b8 ee01c3f17a658fd3dd4fd17577adcda1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

View file

@ -1,3 +1,4 @@
base referer <map id="G" name="G">
rect $DOMNode_8hpp.html 75,81 261,105 <area shape="rect" href="$DOMNodeFilter_8hpp.html" title="xercesc/dom/DOMNodeFilter.hpp" alt="" coords="67,83,280,112"/>
rect $DOMNodeFilter_8hpp.html 68,156 284,180 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="73,160,257,189"/>
</map>

View file

@ -1 +1 @@
66e4d50760f98f6f61b000ce0666bdd0 ac5855ee7061ae65563a20416a039257

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

View file

@ -0,0 +1,104 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMDocumentTraversal.hpp</h1><a href="DOMDocumentTraversal_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMDocumentTraversal.hpp 671894 2008-06-26 13:29:21Z borisk $</span>
<a name="l00020"></a>00020 <span class="comment">*/</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentTraversal_8hpp.html#a31aaa3c1a2403e6f0e213f38b2329f1d">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNodeFilter_8hpp.html">xercesc/dom/DOMNodeFilter.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030
<a name="l00031"></a>00031 <span class="keyword">class </span>DOMNode;
<a name="l00032"></a>00032 <span class="keyword">class </span>DOMNodeIterator;
<a name="l00033"></a>00033 <span class="keyword">class </span>DOMTreeWalker;
<a name="l00034"></a>00034
<a name="l00035"></a>00035
<a name="l00047"></a><a class="code" href="classxercesc_1_1DOMDocumentTraversal.html">00047</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">DOMDocumentTraversal</a> {
<a name="l00048"></a>00048
<a name="l00049"></a>00049 <span class="keyword">protected</span>:
<a name="l00050"></a>00050 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00051"></a>00051 <span class="comment">// Hidden constructors</span>
<a name="l00052"></a>00052 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00055"></a><a class="code" href="classxercesc_1_1DOMDocumentTraversal.html#a1ba56098f393fc234c4ad5f4e02ece87">00055</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html#a1ba56098f393fc234c4ad5f4e02ece87">DOMDocumentTraversal</a>() {};
<a name="l00057"></a>00057
<a name="l00058"></a>00058 <span class="keyword">private</span>:
<a name="l00059"></a>00059 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00060"></a>00060 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00061"></a>00061 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00064"></a>00064 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">DOMDocumentTraversal</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">DOMDocumentTraversal</a> &amp;);
<a name="l00065"></a>00065 <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">DOMDocumentTraversal</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">DOMDocumentTraversal</a> &amp;);
<a name="l00067"></a>00067
<a name="l00068"></a>00068 <span class="keyword">public</span>:
<a name="l00069"></a>00069 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00070"></a>00070 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00071"></a>00071 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00078"></a><a class="code" href="classxercesc_1_1DOMDocumentTraversal.html#aff461a3a7afb61a03a31a860188ace49">00078</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html#aff461a3a7afb61a03a31a860188ace49" title="Destructor.">~DOMDocumentTraversal</a>() {};
<a name="l00080"></a>00080
<a name="l00081"></a>00081 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00082"></a>00082 <span class="comment">// Virtual DOMDocumentRange interface</span>
<a name="l00083"></a>00083 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00110"></a>00110 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeIterator.html" title="DOMNodeIterators are used to step through a set of nodes, e.g.">DOMNodeIterator</a> *createNodeIterator(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* root,
<a name="l00111"></a>00111 DOMNodeFilter::ShowType whatToShow,
<a name="l00112"></a>00112 <a class="code" href="classxercesc_1_1DOMNodeFilter.html" title="Filters are objects that know how to &amp;quot;filter out&amp;quot; nodes.">DOMNodeFilter</a>* filter,
<a name="l00113"></a>00113 <span class="keywordtype">bool</span> entityReferenceExpansion) = 0;
<a name="l00144"></a>00144 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMTreeWalker.html" title="DOMTreeWalker objects are used to navigate a document tree or subtree using the view...">DOMTreeWalker</a> *createTreeWalker(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* root,
<a name="l00145"></a>00145 DOMNodeFilter::ShowType whatToShow,
<a name="l00146"></a>00146 <a class="code" href="classxercesc_1_1DOMNodeFilter.html" title="Filters are objects that know how to &amp;quot;filter out&amp;quot; nodes.">DOMNodeFilter</a>* filter,
<a name="l00147"></a>00147 <span class="keywordtype">bool</span> entityReferenceExpansion) = 0;
<a name="l00148"></a>00148
<a name="l00150"></a>00150 };
<a name="l00151"></a>00151
<a name="l00152"></a>00152
<a name="l00153"></a>00153 XERCES_CPP_NAMESPACE_END
<a name="l00154"></a>00154
<a name="l00155"></a>00155 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,91 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMDocumentType.hpp</h1><a href="DOMDocumentType_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMDocumentType.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentType_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030
00031 <span class="keyword">class </span>DOMNamedNodeMap;
00032
<a name="l00045"></a><a class="code" href="classxercesc_1_1DOMDocumentType.html">00045</a> <span class="keyword">class </span>CDOM_EXPORT DOMDocumentType: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> {
00046 <span class="keyword">protected</span>:
00047 <span class="comment">// -----------------------------------------------------------------------</span>
00048 <span class="comment">// Hidden constructors</span>
00049 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00052"></a><a class="code" href="classxercesc_1_1DOMDocumentType.html#z123_0">00052</a> <span class="comment"></span> DOMDocumentType() {};
00054
00055 <span class="keyword">private</span>:
00056 <span class="comment">// -----------------------------------------------------------------------</span>
00057 <span class="comment">// Unimplemented constructors and operators</span>
00058 <span class="comment">// -----------------------------------------------------------------------</span>
00061 <span class="comment"></span> DOMDocumentType(<span class="keyword">const</span> DOMDocumentType &amp;);
00062 DOMDocumentType &amp; operator = (<span class="keyword">const</span> DOMDocumentType &amp;);
00064
00065 <span class="keyword">public</span>:
00066 <span class="comment">// -----------------------------------------------------------------------</span>
00067 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00068 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00075"></a><a class="code" href="classxercesc_1_1DOMDocumentType.html#z127_0">00075</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMDocumentType() {};
00077
00078 <span class="comment">// -----------------------------------------------------------------------</span>
00079 <span class="comment">// Virtual DOMDocumentType interface</span>
00080 <span class="comment">// -----------------------------------------------------------------------</span>
00089 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getName() <span class="keyword">const </span>= 0;
00090
00108 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNamedNodeMap.html">DOMNamedNodeMap</a> *getEntities() <span class="keyword">const </span>= 0;
00109
00110
00120 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNamedNodeMap.html">DOMNamedNodeMap</a> *getNotations() <span class="keyword">const </span>= 0;
00122
00131 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getPublicId() <span class="keyword">const </span>= 0;
00132
00139 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getSystemId() <span class="keyword">const </span>= 0;
00140
00151 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getInternalSubset() <span class="keyword">const </span>= 0;
00153
00154 };
00155
00156 XERCES_CPP_NAMESPACE_END
00157
00158 <span class="preprocessor">#endif</span>
00159 <span class="preprocessor"></span>
00160
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,65 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMDocumentType.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMNode_8hpp-source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMDocumentType.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNode_8hpp_source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMDocumentType.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentType_8hpp__incl.png" border="0" usemap="#DOMDocumentType_8hpp_map" alt=""/></div>
<map name="DOMDocumentType_8hpp_map" id="DOMDocumentType_8hpp">
<area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocumentType_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentType_8hppdep_map" alt=""/></div>
<map name="DOMDocumentType_8hppdep_map" id="DOMDocumentType_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="49,83,124,112"/></map>
</div>
<p> <p><a href="DOMDocumentType_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMDocumentType.hpp:<p><center><img src="DOMDocumentType_8hpp__incl.png" border="0" usemap="#DOMDocumentType.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMDocumentType.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="71,81,257,105" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentType.html">xercesc::DOMDocumentType</a></td></tr>
</map> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Each <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a></code> has a <code>doctype</code> attribute whose value is either <code>null</code> or a <code><a class="el" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a></code> object. <a href="classxercesc_1_1DOMDocumentType.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<p> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocumentType_8hpp__dep__incl.png" border="0" usemap="#DOMDocumentType.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMDocumentType.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="49,7,127,31" alt="">
</map>
<p>
<a href="DOMDocumentType_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentType.html">xercesc::DOMDocumentType</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Each <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> has a <code>doctype</code> attribute whose value is either <code>null</code> or a <code><a class="el" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a></code> object. <a href="classxercesc_1_1DOMDocumentType.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentType_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocumentType_8hpp.html#a02aaa1ca6b779a692fb3a6ca09977cb5">XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMDocumentType.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP"></a><p> <a class="anchor" id="a02aaa1ca6b779a692fb3a6ca09977cb5"></a><!-- doxytag: member="DOMDocumentType.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP" ref="a02aaa1ca6b779a692fb3a6ca09977cb5" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 49,7 127,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="49,83,124,112"/>
</map>

View file

@ -1 +1 @@
73e31a12418e2592615d907794560e67 1d6fae954ca80cc8c1d90d913cb8b5ec

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOMNode_8hpp.html 71,81 257,105 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/>
</map>

View file

@ -1 +1 @@
5703a90c333168df6bef90a2996191c8 ef12996700dcc0e76be3bab87810349f

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -0,0 +1,105 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMDocumentType.hpp</h1><a href="DOMDocumentType_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMDocumentType.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocumentType_8hpp.html#a02aaa1ca6b779a692fb3a6ca09977cb5">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTYPE_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030
<a name="l00031"></a>00031 <span class="keyword">class </span>DOMNamedNodeMap;
<a name="l00032"></a>00032
<a name="l00045"></a><a class="code" href="classxercesc_1_1DOMDocumentType.html">00045</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a>: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> {
<a name="l00046"></a>00046 <span class="keyword">protected</span>:
<a name="l00047"></a>00047 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00048"></a>00048 <span class="comment">// Hidden constructors</span>
<a name="l00049"></a>00049 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00052"></a><a class="code" href="classxercesc_1_1DOMDocumentType.html#a88ed8757baa6168a83bcccfc0f41414f">00052</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentType.html#a88ed8757baa6168a83bcccfc0f41414f">DOMDocumentType</a>() {};
<a name="l00054"></a>00054
<a name="l00055"></a>00055 <span class="keyword">private</span>:
<a name="l00056"></a>00056 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00057"></a>00057 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00058"></a>00058 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00061"></a>00061 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a> &amp;);
<a name="l00062"></a>00062 <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a> &amp;);
<a name="l00064"></a>00064
<a name="l00065"></a>00065 <span class="keyword">public</span>:
<a name="l00066"></a>00066 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00067"></a>00067 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00068"></a>00068 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00075"></a><a class="code" href="classxercesc_1_1DOMDocumentType.html#ae5e0585adcb3104d3689a38102856812">00075</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html#ae5e0585adcb3104d3689a38102856812" title="Destructor.">~DOMDocumentType</a>() {};
<a name="l00077"></a>00077
<a name="l00078"></a>00078 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00079"></a>00079 <span class="comment">// Virtual DOMDocumentType interface</span>
<a name="l00080"></a>00080 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00089"></a>00089 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getName() <span class="keyword">const</span> = 0;
<a name="l00090"></a>00090
<a name="l00108"></a>00108 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNamedNodeMap.html" title="DOMNamedNodeMaps are used to represent collections of nodes that can be accessed...">DOMNamedNodeMap</a> *getEntities() <span class="keyword">const</span> = 0;
<a name="l00109"></a>00109
<a name="l00110"></a>00110
<a name="l00120"></a>00120 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNamedNodeMap.html" title="DOMNamedNodeMaps are used to represent collections of nodes that can be accessed...">DOMNamedNodeMap</a> *getNotations() <span class="keyword">const</span> = 0;
<a name="l00122"></a>00122
<a name="l00131"></a>00131 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getPublicId() <span class="keyword">const</span> = 0;
<a name="l00132"></a>00132
<a name="l00139"></a>00139 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getSystemId() <span class="keyword">const</span> = 0;
<a name="l00140"></a>00140
<a name="l00151"></a>00151 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getInternalSubset() <span class="keyword">const</span> = 0;
<a name="l00153"></a>00153
<a name="l00154"></a>00154 };
<a name="l00155"></a>00155
<a name="l00156"></a>00156 XERCES_CPP_NAMESPACE_END
<a name="l00157"></a>00157
<a name="l00158"></a>00158 <span class="preprocessor">#endif</span>
<a name="l00159"></a>00159 <span class="preprocessor"></span>
<a name="l00160"></a>00160
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,196 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMDocument.hpp</h1><a href="DOMDocument_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> *</span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMDocument.hpp 672232 2008-06-27 10:16:38Z borisk $</span>
00020 <span class="comment">*/</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocument_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
00027 <span class="preprocessor">#include &lt;<a class="code" href="DOMDocumentRange_8hpp.html">xercesc/dom/DOMDocumentRange.hpp</a>&gt;</span>
00028 <span class="preprocessor">#include &lt;<a class="code" href="DOMDocumentTraversal_8hpp.html">xercesc/dom/DOMDocumentTraversal.hpp</a>&gt;</span>
00029 <span class="preprocessor">#include &lt;<a class="code" href="DOMXPathEvaluator_8hpp.html">xercesc/dom/DOMXPathEvaluator.hpp</a>&gt;</span>
00030
00031 XERCES_CPP_NAMESPACE_BEGIN
00032
00033 <span class="keyword">class </span>DOMConfiguration;
00034 <span class="keyword">class </span>DOMDocumentType;
00035 <span class="keyword">class </span>DOMElement;
00036 <span class="keyword">class </span>DOMDocumentFragment;
00037 <span class="keyword">class </span>DOMComment;
00038 <span class="keyword">class </span>DOMCDATASection;
00039 <span class="keyword">class </span>DOMProcessingInstruction;
00040 <span class="keyword">class </span>DOMAttr;
00041 <span class="keyword">class </span>DOMEntity;
00042 <span class="keyword">class </span>DOMEntityReference;
00043 <span class="keyword">class </span>DOMImplementation;
00044 <span class="keyword">class </span>DOMNodeFilter;
00045 <span class="keyword">class </span>DOMNodeList;
00046 <span class="keyword">class </span>DOMNotation;
00047 <span class="keyword">class </span>DOMText;
00048 <span class="keyword">class </span>DOMNode;
00049
00050
<a name="l00064"></a><a class="code" href="classxercesc_1_1DOMDocument.html">00064</a> <span class="keyword">class </span>CDOM_EXPORT DOMDocument: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a>,
00065 <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMXPathEvaluator.html">DOMXPathEvaluator</a>,
00066 <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html">DOMDocumentTraversal</a>,
00067 <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> {
00068
00069
00070 <span class="keyword">protected</span>:
00071 <span class="comment">// -----------------------------------------------------------------------</span>
00072 <span class="comment">// Hidden constructors</span>
00073 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00076"></a><a class="code" href="classxercesc_1_1DOMDocument.html#z87_0">00076</a> <span class="comment"></span> DOMDocument() {};
00078
00079 <span class="keyword">private</span>:
00080 <span class="comment">// -----------------------------------------------------------------------</span>
00081 <span class="comment">// Unimplemented constructors and operators</span>
00082 <span class="comment">// -----------------------------------------------------------------------</span>
00085 <span class="comment"></span> DOMDocument(<span class="keyword">const</span> DOMDocument &amp;);
00086 DOMDocument &amp; operator = (<span class="keyword">const</span> DOMDocument &amp;);
00088
00089 <span class="keyword">public</span>:
00090 <span class="comment">// -----------------------------------------------------------------------</span>
00091 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00092 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00099"></a><a class="code" href="classxercesc_1_1DOMDocument.html#z91_0">00099</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMDocument() {};
00101
00102 <span class="comment">// -----------------------------------------------------------------------</span>
00103 <span class="comment">// Virtual DOMDocument interface</span>
00104 <span class="comment">// -----------------------------------------------------------------------</span>
00127 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html">DOMElement</a> *createElement(<span class="keyword">const</span> XMLCh *tagName) = 0;
00128
00134 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> *createDocumentFragment() = 0;
00135
00142 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMText.html">DOMText</a> *createTextNode(<span class="keyword">const</span> XMLCh *data) = 0;
00143
00150 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMComment.html">DOMComment</a> *createComment(<span class="keyword">const</span> XMLCh *data) = 0;
00151
00159 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMCDATASection.html">DOMCDATASection</a> *createCDATASection(<span class="keyword">const</span> XMLCh *data) = 0;
00160
00172 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMProcessingInstruction.html">DOMProcessingInstruction</a> *createProcessingInstruction(<span class="keyword">const</span> XMLCh *target,
00173 <span class="keyword">const</span> XMLCh *data) = 0;
00174
00175
00192 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> *createAttribute(<span class="keyword">const</span> XMLCh *name) = 0;
00193
00194
00212 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a> *createEntityReference(<span class="keyword">const</span> XMLCh *name) = 0;
00213
00225 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a> *getDoctype() <span class="keyword">const </span>= 0;
00226
00232 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a> *getImplementation() <span class="keyword">const </span>= 0;
00233
00239 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html">DOMElement</a> *getDocumentElement() <span class="keyword">const </span>= 0;
00240
00255 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a> *getElementsByTagName(<span class="keyword">const</span> XMLCh *tagname) <span class="keyword">const </span>= 0;
00256
00258
00261
00360 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> *importNode(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> *importedNode, <span class="keywordtype">bool</span> deep) = 0;
00361
00417 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html">DOMElement</a> *createElementNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00418 <span class="keyword">const</span> XMLCh *qualifiedName) = 0;
00419
00482 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> *createAttributeNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00483 <span class="keyword">const</span> XMLCh *qualifiedName) = 0;
00484
00497 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a> *getElementsByTagNameNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00498 <span class="keyword">const</span> XMLCh *localName) <span class="keyword">const </span>= 0;
00499
00513 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html">DOMElement</a> * getElementById(<span class="keyword">const</span> XMLCh *elementId) <span class="keyword">const </span>= 0;
00515
00518
00525 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getInputEncoding() <span class="keyword">const </span>= 0;
00526
00534 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getXmlEncoding() <span class="keyword">const </span>= 0;
00535
00542 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getXmlStandalone() <span class="keyword">const </span>= 0;
00543
00551 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setXmlStandalone(<span class="keywordtype">bool</span> standalone) = 0;
00552
00560 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getXmlVersion() <span class="keyword">const </span>= 0;
00561
00569 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setXmlVersion(<span class="keyword">const</span> XMLCh* version) = 0;
00570
00579 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getDocumentURI() <span class="keyword">const </span>= 0;
00588 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setDocumentURI(<span class="keyword">const</span> XMLCh* documentURI) = 0;
00589
00600 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getStrictErrorChecking() <span class="keyword">const </span>= 0;
00611 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStrictErrorChecking(<span class="keywordtype">bool</span> strictErrorChecking) = 0;
00612
00657 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>* renameNode(<a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>* n, <span class="keyword">const</span> XMLCh* namespaceURI, <span class="keyword">const</span> XMLCh* qualifiedName) = 0;
00658
00659
00719 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>* adoptNode(<a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>* source) = 0;
00720
00741 <span class="keyword">virtual</span> <span class="keywordtype">void</span> normalizeDocument() = 0;
00742
00743
00751 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a>* getDOMConfig() <span class="keyword">const </span>= 0;
00752
00754
00755 <span class="comment">// -----------------------------------------------------------------------</span>
00756 <span class="comment">// Non-standard extension</span>
00757 <span class="comment">// -----------------------------------------------------------------------</span>
00767 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMEntity.html">DOMEntity</a> *createEntity(<span class="keyword">const</span> XMLCh *name) = 0;
00768
00777 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a> *createDocumentType(<span class="keyword">const</span> XMLCh *name) = 0;
00778
00779 <span class="comment">/***</span>
00780 <span class="comment"> * Provide default implementation to maintain source code compatibility</span>
00781 <span class="comment"> ***/</span>
<a name="l00782"></a><a class="code" href="classxercesc_1_1DOMDocument.html#z99_2">00782</a> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a>* createDocumentType(<span class="keyword">const</span> XMLCh *qName,
00783 <span class="keyword">const</span> XMLCh*, <span class="comment">//publicId,</span>
00784 <span class="keyword">const</span> XMLCh* <span class="comment">//systemId</span>
00785 )
00786 {
00787 <span class="keywordflow">return</span> createDocumentType(qName);
00788 }
00789
00798 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNotation.html">DOMNotation</a> *createNotation(<span class="keyword">const</span> XMLCh *name) = 0;
00799
00809 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html">DOMElement</a> *createElementNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00810 <span class="keyword">const</span> XMLCh *qualifiedName,
00811 <span class="keyword">const</span> XMLFileLoc lineNum,
00812 <span class="keyword">const</span> XMLFileLoc columnNum) = 0;
00814
00815 };
00816
00817 XERCES_CPP_NAMESPACE_END
00818
00819 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,71 +5,76 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMDocument.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMNode_8hpp-source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<code>#include &lt;<a class="el" href="DOMDocumentRange_8hpp-source.html">xercesc/dom/DOMDocumentRange.hpp</a>&gt;</code><br> <li><a href="annotated.html"><span>Classes</span></a></li>
<code>#include &lt;<a class="el" href="DOMDocumentTraversal_8hpp-source.html">xercesc/dom/DOMDocumentTraversal.hpp</a>&gt;</code><br> <li class="current"><a href="files.html"><span>Files</span></a></li>
<code>#include &lt;<a class="el" href="DOMXPathEvaluator_8hpp-source.html">xercesc/dom/DOMXPathEvaluator.hpp</a>&gt;</code><br> <li><a href="examples.html"><span>Examples</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>
</div>
<div class="contents">
<h1>DOMDocument.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNode_8hpp_source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMDocumentRange_8hpp_source.html">xercesc/dom/DOMDocumentRange.hpp</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMDocumentTraversal_8hpp_source.html">xercesc/dom/DOMDocumentTraversal.hpp</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMXPathEvaluator_8hpp_source.html">xercesc/dom/DOMXPathEvaluator.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMDocument.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocument_8hpp__incl.png" border="0" usemap="#DOMDocument_8hpp_map" alt=""/></div>
<map name="DOMDocument_8hpp_map" id="DOMDocument_8hpp">
<area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="67,237,251,267"/><area shape="rect" href="DOMDocumentRange_8hpp.html" title="xercesc/dom/DOMDocumentRange.hpp" alt="" coords="329,83,580,112"/><area shape="rect" href="DOMDocumentTraversal_8hpp.html" title="xercesc/dom/DOMDocumentTraversal.hpp" alt="" coords="39,83,305,112"/><area shape="rect" href="DOMXPathEvaluator_8hpp.html" title="xercesc/dom/DOMXPathEvaluator.hpp" alt="" coords="433,160,676,189"/><area shape="rect" href="DOMNodeFilter_8hpp.html" title="xercesc/dom/DOMNodeFilter.hpp" alt="" coords="52,160,265,189"/><area shape="rect" href="DOMXPathResult_8hpp.html" title="xercesc/dom/DOMXPathResult.hpp" alt="" coords="441,237,668,267"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMDocument_8hpp__dep__incl.png" border="0" usemap="#DOMDocument_8hppdep_map" alt=""/></div>
<map name="DOMDocument_8hppdep_map" id="DOMDocument_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="36,83,111,112"/></map>
</div>
<p> <p><a href="DOMDocument_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMDocument.hpp:<p><center><img src="DOMDocument_8hpp__incl.png" border="0" usemap="#DOMDocument.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMDocument.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="283,47,469,71" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html">xercesc::DOMDocument</a></td></tr>
<area href="DOMDocumentRange_8hpp.html" shape="rect" coords="248,95,504,119" alt=""> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a></code> interface represents the entire XML document. <a href="classxercesc_1_1DOMDocument.html#_details">More...</a><br/></td></tr>
<area href="DOMDocumentTraversal_8hpp.html" shape="rect" coords="240,143,512,167" alt=""> <tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<area href="DOMXPathEvaluator_8hpp.html" shape="rect" coords="252,191,500,215" alt=""> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMDocument_8hpp__dep__incl.png" border="0" usemap="#DOMDocument.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMDocument.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="36,7,113,31" alt="">
</map>
<p>
<a href="DOMDocument_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html">xercesc::DOMDocument</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> interface represents the entire XML document. <a href="classxercesc_1_1DOMDocument.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocument_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMDocument_8hpp.html#a912d508cd7f6759701d3e88eecd0d6ea">XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMDocument.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP"></a><p> <a class="anchor" id="a912d508cd7f6759701d3e88eecd0d6ea"></a><!-- doxytag: member="DOMDocument.hpp::XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP" ref="a912d508cd7f6759701d3e88eecd0d6ea" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 36,7 113,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="36,83,111,112"/>
</map>

View file

@ -1 +1 @@
e79f5c985f1bc946b4799ac5d209138e 55963f62c2e72d8bff77b65c06ed8589

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 4 KiB

Before After
Before After

View file

@ -1,5 +1,8 @@
base referer <map id="G" name="G">
rect $DOMNode_8hpp.html 283,47 469,71 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="67,237,251,267"/>
rect $DOMDocumentRange_8hpp.html 248,95 504,119 <area shape="rect" href="$DOMDocumentRange_8hpp.html" title="xercesc/dom/DOMDocumentRange.hpp" alt="" coords="329,83,580,112"/>
rect $DOMDocumentTraversal_8hpp.html 240,143 512,167 <area shape="rect" href="$DOMDocumentTraversal_8hpp.html" title="xercesc/dom/DOMDocumentTraversal.hpp" alt="" coords="39,83,305,112"/>
rect $DOMXPathEvaluator_8hpp.html 252,191 500,215 <area shape="rect" href="$DOMXPathEvaluator_8hpp.html" title="xercesc/dom/DOMXPathEvaluator.hpp" alt="" coords="433,160,676,189"/>
<area shape="rect" href="$DOMNodeFilter_8hpp.html" title="xercesc/dom/DOMNodeFilter.hpp" alt="" coords="52,160,265,189"/>
<area shape="rect" href="$DOMXPathResult_8hpp.html" title="xercesc/dom/DOMXPathResult.hpp" alt="" coords="441,237,668,267"/>
</map>

View file

@ -1 +1 @@
44900512ca094f32c9c3b3e1fe6dcb41 c0b5f9bd5b7192a34355cb4d8f8fbfe9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Before After
Before After

View file

@ -0,0 +1,210 @@
<!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.6.1 -->
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<h1>DOMDocument.hpp</h1><a href="DOMDocument_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 &quot;License&quot;); 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 &quot;AS IS&quot; 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="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMDocument.hpp 672232 2008-06-27 10:16:38Z borisk $</span>
<a name="l00020"></a>00020 <span class="comment">*/</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMDocument_8hpp.html#a912d508cd7f6759701d3e88eecd0d6ea">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMDOCUMENT_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="DOMDocumentRange_8hpp.html">xercesc/dom/DOMDocumentRange.hpp</a>&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="DOMDocumentTraversal_8hpp.html">xercesc/dom/DOMDocumentTraversal.hpp</a>&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;<a class="code" href="DOMXPathEvaluator_8hpp.html">xercesc/dom/DOMXPathEvaluator.hpp</a>&gt;</span>
<a name="l00030"></a>00030
<a name="l00031"></a>00031 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00032"></a>00032
<a name="l00033"></a>00033 <span class="keyword">class </span>DOMConfiguration;
<a name="l00034"></a>00034 <span class="keyword">class </span>DOMDocumentType;
<a name="l00035"></a>00035 <span class="keyword">class </span>DOMElement;
<a name="l00036"></a>00036 <span class="keyword">class </span>DOMDocumentFragment;
<a name="l00037"></a>00037 <span class="keyword">class </span>DOMComment;
<a name="l00038"></a>00038 <span class="keyword">class </span>DOMCDATASection;
<a name="l00039"></a>00039 <span class="keyword">class </span>DOMProcessingInstruction;
<a name="l00040"></a>00040 <span class="keyword">class </span>DOMAttr;
<a name="l00041"></a>00041 <span class="keyword">class </span>DOMEntity;
<a name="l00042"></a>00042 <span class="keyword">class </span>DOMEntityReference;
<a name="l00043"></a>00043 <span class="keyword">class </span>DOMImplementation;
<a name="l00044"></a>00044 <span class="keyword">class </span>DOMNodeFilter;
<a name="l00045"></a>00045 <span class="keyword">class </span>DOMNodeList;
<a name="l00046"></a>00046 <span class="keyword">class </span>DOMNotation;
<a name="l00047"></a>00047 <span class="keyword">class </span>DOMText;
<a name="l00048"></a>00048 <span class="keyword">class </span>DOMNode;
<a name="l00049"></a>00049
<a name="l00050"></a>00050
<a name="l00064"></a><a class="code" href="classxercesc_1_1DOMDocument.html">00064</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a>: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMDocumentRange.html">DOMDocumentRange</a>,
<a name="l00065"></a>00065 <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMXPathEvaluator.html" title="The evaluation of XPath expressions is provided by DOMXPathEvaluator.">DOMXPathEvaluator</a>,
<a name="l00066"></a>00066 <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMDocumentTraversal.html" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">DOMDocumentTraversal</a>,
<a name="l00067"></a>00067 <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> {
<a name="l00068"></a>00068
<a name="l00069"></a>00069
<a name="l00070"></a>00070 <span class="keyword">protected</span>:
<a name="l00071"></a>00071 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00072"></a>00072 <span class="comment">// Hidden constructors</span>
<a name="l00073"></a>00073 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00076"></a><a class="code" href="classxercesc_1_1DOMDocument.html#a93e8dc9c007b8f1071dec11af3330f88">00076</a> <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocument.html#a93e8dc9c007b8f1071dec11af3330f88">DOMDocument</a>() {};
<a name="l00078"></a>00078
<a name="l00079"></a>00079 <span class="keyword">private</span>:
<a name="l00080"></a>00080 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00081"></a>00081 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00082"></a>00082 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00085"></a>00085 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a> &amp;);
<a name="l00086"></a>00086 <a class="code" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">DOMDocument</a> &amp;);
<a name="l00088"></a>00088
<a name="l00089"></a>00089 <span class="keyword">public</span>:
<a name="l00090"></a>00090 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00091"></a>00091 <span class="comment">// All constructors are hidden, just the destructor is available</span>
<a name="l00092"></a>00092 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00099"></a><a class="code" href="classxercesc_1_1DOMDocument.html#a2e870121ac366f158c770563aecf2c3b">00099</a> <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocument.html#a2e870121ac366f158c770563aecf2c3b" title="Destructor.">~DOMDocument</a>() {};
<a name="l00101"></a>00101
<a name="l00102"></a>00102 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00103"></a>00103 <span class="comment">// Virtual DOMDocument interface</span>
<a name="l00104"></a>00104 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00127"></a>00127 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a> *createElement(<span class="keyword">const</span> XMLCh *tagName) = 0;
<a name="l00128"></a>00128
<a name="l00134"></a>00134 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &amp;quot;lightweight&amp;quot; or &amp;quot;minimal&amp;quot; DOMDocument...">DOMDocumentFragment</a> *createDocumentFragment() = 0;
<a name="l00135"></a>00135
<a name="l00142"></a>00142 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMText.html" title="The DOMText interface inherits from DOMCharacterData and represents the textual content...">DOMText</a> *createTextNode(<span class="keyword">const</span> XMLCh *data) = 0;
<a name="l00143"></a>00143
<a name="l00150"></a>00150 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMComment.html" title="This interface inherits from CharacterData and represents the content of a comment...">DOMComment</a> *createComment(<span class="keyword">const</span> XMLCh *data) = 0;
<a name="l00151"></a>00151
<a name="l00159"></a>00159 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMCDATASection.html" title="CDATA sections are used to escape blocks of text containing characters that would...">DOMCDATASection</a> *createCDATASection(<span class="keyword">const</span> XMLCh *data) = 0;
<a name="l00160"></a>00160
<a name="l00172"></a>00172 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMProcessingInstruction.html" title="The DOMProcessingInstruction interface represents a &amp;quot;processing instruction&amp;quot;...">DOMProcessingInstruction</a> *createProcessingInstruction(<span class="keyword">const</span> XMLCh *target,
<a name="l00173"></a>00173 <span class="keyword">const</span> XMLCh *data) = 0;
<a name="l00174"></a>00174
<a name="l00175"></a>00175
<a name="l00192"></a>00192 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a> *createAttribute(<span class="keyword">const</span> XMLCh *name) = 0;
<a name="l00193"></a>00193
<a name="l00194"></a>00194
<a name="l00212"></a>00212 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMEntityReference.html" title="DOMEntityReference objects may be inserted into the structure model when an entity...">DOMEntityReference</a> *createEntityReference(<span class="keyword">const</span> XMLCh *name) = 0;
<a name="l00213"></a>00213
<a name="l00225"></a>00225 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a> *getDoctype() <span class="keyword">const</span> = 0;
<a name="l00226"></a>00226
<a name="l00232"></a>00232 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMImplementation.html" title="The DOMImplementation interface provides a number of methods for performing operations...">DOMImplementation</a> *getImplementation() <span class="keyword">const</span> = 0;
<a name="l00233"></a>00233
<a name="l00239"></a>00239 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a> *getDocumentElement() <span class="keyword">const</span> = 0;
<a name="l00240"></a>00240
<a name="l00255"></a>00255 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeList.html" title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes...">DOMNodeList</a> *getElementsByTagName(<span class="keyword">const</span> XMLCh *tagname) <span class="keyword">const</span> = 0;
<a name="l00256"></a>00256
<a name="l00258"></a>00258
<a name="l00261"></a>00261
<a name="l00360"></a>00360 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *importNode(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *importedNode, <span class="keywordtype">bool</span> deep) = 0;
<a name="l00361"></a>00361
<a name="l00417"></a>00417 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a> *createElementNS(<span class="keyword">const</span> XMLCh *namespaceURI,
<a name="l00418"></a>00418 <span class="keyword">const</span> XMLCh *qualifiedName) = 0;
<a name="l00419"></a>00419
<a name="l00482"></a>00482 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a> *createAttributeNS(<span class="keyword">const</span> XMLCh *namespaceURI,
<a name="l00483"></a>00483 <span class="keyword">const</span> XMLCh *qualifiedName) = 0;
<a name="l00484"></a>00484
<a name="l00497"></a>00497 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeList.html" title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes...">DOMNodeList</a> *getElementsByTagNameNS(<span class="keyword">const</span> XMLCh *namespaceURI,
<a name="l00498"></a>00498 <span class="keyword">const</span> XMLCh *localName) <span class="keyword">const</span> = 0;
<a name="l00499"></a>00499
<a name="l00513"></a>00513 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a> * getElementById(<span class="keyword">const</span> XMLCh *elementId) <span class="keyword">const</span> = 0;
<a name="l00515"></a>00515
<a name="l00518"></a>00518
<a name="l00525"></a>00525 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getInputEncoding() <span class="keyword">const</span> = 0;
<a name="l00526"></a>00526
<a name="l00534"></a>00534 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getXmlEncoding() <span class="keyword">const</span> = 0;
<a name="l00535"></a>00535
<a name="l00542"></a>00542 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getXmlStandalone() <span class="keyword">const</span> = 0;
<a name="l00543"></a>00543
<a name="l00551"></a>00551 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setXmlStandalone(<span class="keywordtype">bool</span> standalone) = 0;
<a name="l00552"></a>00552
<a name="l00560"></a>00560 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getXmlVersion() <span class="keyword">const</span> = 0;
<a name="l00561"></a>00561
<a name="l00569"></a>00569 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setXmlVersion(<span class="keyword">const</span> XMLCh* version) = 0;
<a name="l00570"></a>00570
<a name="l00579"></a>00579 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh* getDocumentURI() <span class="keyword">const</span> = 0;
<a name="l00588"></a>00588 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setDocumentURI(<span class="keyword">const</span> XMLCh* documentURI) = 0;
<a name="l00589"></a>00589
<a name="l00600"></a>00600 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getStrictErrorChecking() <span class="keyword">const</span> = 0;
<a name="l00611"></a>00611 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStrictErrorChecking(<span class="keywordtype">bool</span> strictErrorChecking) = 0;
<a name="l00612"></a>00612
<a name="l00657"></a>00657 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* renameNode(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* n, <span class="keyword">const</span> XMLCh* namespaceURI, <span class="keyword">const</span> XMLCh* qualifiedName) = 0;
<a name="l00658"></a>00658
<a name="l00659"></a>00659
<a name="l00719"></a>00719 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* adoptNode(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* source) = 0;
<a name="l00720"></a>00720
<a name="l00741"></a>00741 <span class="keyword">virtual</span> <span class="keywordtype">void</span> normalizeDocument() = 0;
<a name="l00742"></a>00742
<a name="l00743"></a>00743
<a name="l00751"></a>00751 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMConfiguration.html" title="The DOMConfiguration interface represents the configuration of a document and maintains...">DOMConfiguration</a>* getDOMConfig() <span class="keyword">const</span> = 0;
<a name="l00752"></a>00752
<a name="l00754"></a>00754
<a name="l00755"></a>00755 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00756"></a>00756 <span class="comment">// Non-standard extension</span>
<a name="l00757"></a>00757 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00767"></a>00767 <span class="comment"></span> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMEntity.html" title="This interface represents an entity, either parsed or unparsed, in an XML document...">DOMEntity</a> *createEntity(<span class="keyword">const</span> XMLCh *name) = 0;
<a name="l00768"></a>00768
<a name="l00777"></a>00777 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a> *createDocumentType(<span class="keyword">const</span> XMLCh *name) = 0;
<a name="l00778"></a>00778
<a name="l00779"></a>00779 <span class="comment">/***</span>
<a name="l00780"></a>00780 <span class="comment"> * Provide default implementation to maintain source code compatibility</span>
<a name="l00781"></a>00781 <span class="comment"> ***/</span>
<a name="l00782"></a><a class="code" href="classxercesc_1_1DOMDocument.html#afba31cc58c4334720a19c3ff845aaa5a">00782</a> <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentType.html" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">DOMDocumentType</a>* createDocumentType(<span class="keyword">const</span> XMLCh *qName,
<a name="l00783"></a>00783 <span class="keyword">const</span> XMLCh*, <span class="comment">//publicId,</span>
<a name="l00784"></a>00784 <span class="keyword">const</span> XMLCh* <span class="comment">//systemId</span>
<a name="l00785"></a>00785 )
<a name="l00786"></a>00786 {
<a name="l00787"></a>00787 <span class="keywordflow">return</span> createDocumentType(qName);
<a name="l00788"></a>00788 }
<a name="l00789"></a>00789
<a name="l00798"></a>00798 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNotation.html" title="This interface represents a notation declared in the DTD.">DOMNotation</a> *createNotation(<span class="keyword">const</span> XMLCh *name) = 0;
<a name="l00799"></a>00799
<a name="l00809"></a>00809 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a> *createElementNS(<span class="keyword">const</span> XMLCh *namespaceURI,
<a name="l00810"></a>00810 <span class="keyword">const</span> XMLCh *qualifiedName,
<a name="l00811"></a>00811 <span class="keyword">const</span> XMLFileLoc lineNum,
<a name="l00812"></a>00812 <span class="keyword">const</span> XMLFileLoc columnNum) = 0;
<a name="l00814"></a>00814
<a name="l00815"></a>00815 };
<a name="l00816"></a>00816
<a name="l00817"></a>00817 XERCES_CPP_NAMESPACE_END
<a name="l00818"></a>00818
<a name="l00819"></a>00819 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:06 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>

View file

@ -1,141 +0,0 @@
<!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.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>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMElement.hpp</h1><a href="DOMElement_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
00008 <span class="comment"> * </span>
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00010 <span class="comment"> * </span>
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
00015 <span class="comment"> * limitations under the License.</span>
00016 <span class="comment"> */</span>
00017
00018 <span class="comment">/*</span>
00019 <span class="comment"> * $Id: DOMElement.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMElement_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
00026 <span class="preprocessor">#include &lt;<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>&gt;</span>
00027
00028 XERCES_CPP_NAMESPACE_BEGIN
00029
00030
00031 <span class="keyword">class </span>DOMAttr;
00032 <span class="keyword">class </span>DOMNodeList;
00033 <span class="keyword">class </span>DOMTypeInfo;
00034
00035
<a name="l00063"></a><a class="code" href="classxercesc_1_1DOMElement.html">00063</a> <span class="keyword">class </span>CDOM_EXPORT DOMElement: <span class="keyword">public</span> <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a> {
00064 <span class="keyword">protected</span>:
00065 <span class="comment">// -----------------------------------------------------------------------</span>
00066 <span class="comment">// Hidden constructors</span>
00067 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00070"></a><a class="code" href="classxercesc_1_1DOMElement.html#z133_0">00070</a> <span class="comment"></span> DOMElement() {}
<a name="l00071"></a><a class="code" href="classxercesc_1_1DOMElement.html#z133_1">00071</a> DOMElement(<span class="keyword">const</span> DOMElement &amp;other) : <a class="code" href="classxercesc_1_1DOMNode.html">DOMNode</a>(other) {}
00073
00074 <span class="keyword">private</span>:
00075 <span class="comment">// -----------------------------------------------------------------------</span>
00076 <span class="comment">// Unimplemented constructors and operators</span>
00077 <span class="comment">// -----------------------------------------------------------------------</span>
00080 <span class="comment"></span> DOMElement &amp; operator = (<span class="keyword">const</span> DOMElement &amp;);
00082
00083 <span class="keyword">public</span>:
00084 <span class="comment">// -----------------------------------------------------------------------</span>
00085 <span class="comment">// All constructors are hidden, just the destructor is available</span>
00086 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00093"></a><a class="code" href="classxercesc_1_1DOMElement.html#z137_0">00093</a> <span class="comment"></span> <span class="keyword">virtual</span> ~DOMElement() {};
00095
00096 <span class="comment">// -----------------------------------------------------------------------</span>
00097 <span class="comment">// Virtual DOMElement interface</span>
00098 <span class="comment">// -----------------------------------------------------------------------</span>
00101 <span class="comment"></span> <span class="comment">// -----------------------------------------------------------------------</span>
00102 <span class="comment">// Getter methods</span>
00103 <span class="comment">// -----------------------------------------------------------------------</span>
00113 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getTagName() <span class="keyword">const </span>= 0;
00114
00123 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getAttribute(<span class="keyword">const</span> XMLCh *name) <span class="keyword">const </span>= 0;
00124
00133 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> * getAttributeNode(<span class="keyword">const</span> XMLCh *name) <span class="keyword">const </span>= 0;
00134
00145 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a> * getElementsByTagName(<span class="keyword">const</span> XMLCh *name) <span class="keyword">const </span>= 0;
00146
00147 <span class="comment">// -----------------------------------------------------------------------</span>
00148 <span class="comment">// Setter methods</span>
00149 <span class="comment">// -----------------------------------------------------------------------</span>
00172 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> setAttribute(<span class="keyword">const</span> XMLCh *name,
00173 <span class="keyword">const</span> XMLCh *value) = 0;
00194 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> * setAttributeNode(<a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> *newAttr) = 0;
00195
00212 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> * removeAttributeNode(<a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> *oldAttr) = 0;
00213
00227 <span class="keyword">virtual</span> <span class="keywordtype">void</span> removeAttribute(<span class="keyword">const</span> XMLCh *name) = 0;
00229
00243 <span class="keyword">virtual</span> <span class="keyword">const</span> XMLCh * getAttributeNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00244 <span class="keyword">const</span> XMLCh *localName) <span class="keyword">const </span>= 0;
00245
00285 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setAttributeNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00286 <span class="keyword">const</span> XMLCh *qualifiedName, <span class="keyword">const</span> XMLCh *value) = 0;
00287
00302 <span class="keyword">virtual</span> <span class="keywordtype">void</span> removeAttributeNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00303 <span class="keyword">const</span> XMLCh *localName) = 0;
00304
00316 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> * getAttributeNodeNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00317 <span class="keyword">const</span> XMLCh *localName) <span class="keyword">const </span>= 0;
00318
00340 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> * setAttributeNodeNS(<a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> *newAttr) = 0;
00341
00357 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a> * getElementsByTagNameNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00358 <span class="keyword">const</span> XMLCh *localName) <span class="keyword">const </span>= 0;
00359
00370 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> hasAttribute(<span class="keyword">const</span> XMLCh *name) <span class="keyword">const </span>= 0;
00371
00384 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> hasAttributeNS(<span class="keyword">const</span> XMLCh *namespaceURI,
00385 <span class="keyword">const</span> XMLCh *localName) <span class="keyword">const </span>= 0;
00387
00390
00411 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setIdAttribute(<span class="keyword">const</span> XMLCh* name, <span class="keywordtype">bool</span> isId) = 0;
00412
00413
00432 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setIdAttributeNS(<span class="keyword">const</span> XMLCh* namespaceURI, <span class="keyword">const</span> XMLCh* localName, <span class="keywordtype">bool</span> isId) = 0;
00433
00434
00435
00453 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setIdAttributeNode(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMAttr.html">DOMAttr</a> *idAttr, <span class="keywordtype">bool</span> isId) = 0;
00454
00455
00456
00463 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMTypeInfo.html">DOMTypeInfo</a>* getSchemaTypeInfo() <span class="keyword">const </span>= 0;
00464
00466
00467 };
00468
00469 XERCES_CPP_NAMESPACE_END
00470
00471 <span class="preprocessor">#endif</span>
00472 <span class="preprocessor"></span>
00473
00474
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 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.3.9.1 </small></address>
</body>
</html>

View file

@ -5,66 +5,73 @@
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
</head><body> </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> <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.3.9.1 --> <!-- Generated by Doxygen 1.6.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> <div class="navigation" id="top">
<div class="nav"> <div class="tabs">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div> <ul>
<h1>DOMElement.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<code>#include &lt;<a class="el" href="DOMNode_8hpp-source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br> <li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMElement.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNode_8hpp_source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMElement.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMElement_8hpp__incl.png" border="0" usemap="#DOMElement_8hpp_map" alt=""/></div>
<map name="DOMElement_8hpp_map" id="DOMElement_8hpp">
<area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMElement_8hpp__dep__incl.png" border="0" usemap="#DOMElement_8hppdep_map" alt=""/></div>
<map name="DOMElement_8hppdep_map" id="DOMElement_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="5,83,80,112"/><area shape="rect" href="StDOMNode_8hpp.html" title="StDOMNode.hpp" alt="" coords="104,83,224,112"/></map>
</div>
<p> <p><a href="DOMElement_8hpp_source.html">Go to the source code of this file.</a></p>
Include dependency graph for DOMElement.hpp:<p><center><img src="DOMElement_8hpp__incl.png" border="0" usemap="#DOMElement.hpp_map" alt="Include dependency graph"></center> <table border="0" cellpadding="0" cellspacing="0">
<map name="DOMElement.hpp_map"> <tr><td colspan="2"><h2>Classes</h2></td></tr>
<area href="DOMNode_8hpp.html" shape="rect" coords="71,81,257,105" alt=""> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMElement.html">xercesc::DOMElement</a></td></tr>
</map> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">By far the vast majority of objects (apart from text) that authors encounter when traversing a document are <code><a class="el" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a></code> nodes. <a href="classxercesc_1_1DOMElement.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<p> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMElement_8hpp__dep__incl.png" border="0" usemap="#DOMElement.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMElement.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="5,7,83,31" alt="">
<area href="StDOMNode_8hpp.html" shape="rect" coords="107,7,227,31" alt="">
</map>
<p>
<a href="DOMElement_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMElement.html">xercesc::DOMElement</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">By far the vast majority of objects (apart from text) that authors encounter when traversing a document are <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> nodes. <a href="classxercesc_1_1DOMElement.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMElement_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMElement_8hpp.html#ad44a59778753f9a5c11ac979cca8c7cd">XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP</a></td></tr>
</table> </table>
<hr><h2>Define Documentation</h2> <hr/><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMElement.hpp::XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP"></a><p> <a class="anchor" id="ad44a59778753f9a5c11ac979cca8c7cd"></a><!-- doxytag: member="DOMElement.hpp::XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP" ref="ad44a59778753f9a5c11ac979cca8c7cd" args="" -->
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <div class="memitem">
<tr> <div class="memproto">
<td class="mdRow"> <table class="memname">
<table cellpadding="0" cellspacing="0" border="0">
<tr> <tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP </td> <td class="memname">#define XERCESC_INCLUDE_GUARD_DOMELEMENT_HPP</td>
</tr> </tr>
</table> </table>
</td> </div>
</tr> <div class="memdoc">
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p> </div>
</td> </div>
</tr> </div>
</table> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:07 2009 for XQilla DOM Level 3 API by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html"> <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body> </body>
</html> </html>

View file

@ -1,3 +1,4 @@
base referer <map id="G" name="G">
rect $DOM_8hpp.html 5,7 83,31 <area shape="rect" href="$DOM_8hpp.html" title="DOM.hpp" alt="" coords="5,83,80,112"/>
rect $StDOMNode_8hpp.html 107,7 227,31 <area shape="rect" href="$StDOMNode_8hpp.html" title="StDOMNode.hpp" alt="" coords="104,83,224,112"/>
</map>

View file

@ -1 +1 @@
c8423aa9035ee883825add669404e372 7fa6c8406902d7470fde6e891ed392bc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Before After
Before After

View file

@ -1,2 +1,3 @@
base referer <map id="G" name="G">
rect $DOMNode_8hpp.html 71,81 257,105 <area shape="rect" href="$DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="71,83,255,112"/>
</map>

Some files were not shown because too many files have changed in this diff Show more