v2.3.1
This commit is contained in:
parent
824eb94695
commit
7c49d5c548
3294 changed files with 46105 additions and 39662 deletions
|
@ -5,28 +5,24 @@
|
|||
<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&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
||||
<!-- Generated by Doxygen 1.7.3 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<!-- Generated by Doxygen 1.6.1 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main 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 id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<h1>DOMRange.hpp</h1> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<a href="DOMRange_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>
|
||||
<h1>DOMRange.hpp</h1><a href="DOMRange_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>
|
||||
|
@ -44,11 +40,11 @@
|
|||
<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: DOMRange.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
|
||||
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMRange.hpp 932887 2010-04-11 13:04:59Z 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_DOMRANGE_HPP)</span>
|
||||
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMRANGE_HPP</span>
|
||||
<a name="l00023"></a><a class="code" href="DOMRange_8hpp.html#a735b5230d67f7022d16793e3d64c9e1c">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMRANGE_HPP</span>
|
||||
<a name="l00024"></a>00024 <span class="preprocessor"></span>
|
||||
<a name="l00025"></a>00025 <span class="preprocessor">#include <xercesc/util/XercesDefs.hpp></span>
|
||||
<a name="l00026"></a>00026
|
||||
|
@ -94,53 +90,53 @@
|
|||
<a name="l00113"></a>00113 <span class="comment"></span> <span class="comment">// -----------------------------------------------------------------------</span>
|
||||
<a name="l00114"></a>00114 <span class="comment">// Getter methods</span>
|
||||
<a name="l00115"></a>00115 <span class="comment">// -----------------------------------------------------------------------</span>
|
||||
<a name="l00124"></a>00124 <span class="comment"></span> <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>* getStartContainer() <span class="keyword">const</span> = 0;
|
||||
<a name="l00124"></a>00124 <span class="comment"></span> <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>* getStartContainer() <span class="keyword">const</span> = 0;
|
||||
<a name="l00125"></a>00125
|
||||
<a name="l00134"></a>00134 <span class="keyword">virtual</span> XMLSize_t getStartOffset() <span class="keyword">const</span> = 0;
|
||||
<a name="l00135"></a>00135
|
||||
<a name="l00144"></a>00144 <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>* getEndContainer() <span class="keyword">const</span> = 0;
|
||||
<a name="l00144"></a>00144 <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>* getEndContainer() <span class="keyword">const</span> = 0;
|
||||
<a name="l00145"></a>00145
|
||||
<a name="l00154"></a>00154 <span class="keyword">virtual</span> XMLSize_t getEndOffset() <span class="keyword">const</span> = 0;
|
||||
<a name="l00155"></a>00155
|
||||
<a name="l00164"></a>00164 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getCollapsed() <span class="keyword">const</span> = 0;
|
||||
<a name="l00165"></a>00165
|
||||
<a name="l00175"></a>00175 <span class="keyword">virtual</span> <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>* getCommonAncestorContainer() <span class="keyword">const</span> = 0;
|
||||
<a name="l00175"></a>00175 <span class="keyword">virtual</span> <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>* getCommonAncestorContainer() <span class="keyword">const</span> = 0;
|
||||
<a name="l00176"></a>00176
|
||||
<a name="l00177"></a>00177 <span class="comment">// -----------------------------------------------------------------------</span>
|
||||
<a name="l00178"></a>00178 <span class="comment">// Setter methods</span>
|
||||
<a name="l00179"></a>00179 <span class="comment">// -----------------------------------------------------------------------</span>
|
||||
<a name="l00202"></a>00202 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStart(<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> *refNode, XMLSize_t offset) = 0;
|
||||
<a name="l00202"></a>00202 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStart(<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> *refNode, XMLSize_t offset) = 0;
|
||||
<a name="l00203"></a>00203
|
||||
<a name="l00226"></a>00226 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setEnd(<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> *refNode, XMLSize_t offset) = 0;
|
||||
<a name="l00226"></a>00226 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setEnd(<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> *refNode, XMLSize_t offset) = 0;
|
||||
<a name="l00227"></a>00227
|
||||
<a name="l00244"></a>00244 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStartBefore(<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> *refNode) = 0;
|
||||
<a name="l00244"></a>00244 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStartBefore(<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> *refNode) = 0;
|
||||
<a name="l00245"></a>00245
|
||||
<a name="l00262"></a>00262 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStartAfter(<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> *refNode) = 0;
|
||||
<a name="l00262"></a>00262 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setStartAfter(<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> *refNode) = 0;
|
||||
<a name="l00263"></a>00263
|
||||
<a name="l00280"></a>00280 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setEndBefore(<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> *refNode) = 0;
|
||||
<a name="l00280"></a>00280 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setEndBefore(<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> *refNode) = 0;
|
||||
<a name="l00281"></a>00281
|
||||
<a name="l00298"></a>00298 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setEndAfter(<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> *refNode) = 0;
|
||||
<a name="l00298"></a>00298 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setEndAfter(<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> *refNode) = 0;
|
||||
<a name="l00299"></a>00299
|
||||
<a name="l00300"></a>00300 <span class="comment">// -----------------------------------------------------------------------</span>
|
||||
<a name="l00301"></a>00301 <span class="comment">// Misc methods</span>
|
||||
<a name="l00302"></a>00302 <span class="comment">// -----------------------------------------------------------------------</span>
|
||||
<a name="l00313"></a>00313 <span class="comment"></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> collapse(<span class="keywordtype">bool</span> toStart) = 0;
|
||||
<a name="l00314"></a>00314
|
||||
<a name="l00331"></a>00331 <span class="keyword">virtual</span> <span class="keywordtype">void</span> selectNode(<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> *refNode) = 0;
|
||||
<a name="l00331"></a>00331 <span class="keyword">virtual</span> <span class="keywordtype">void</span> selectNode(<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> *refNode) = 0;
|
||||
<a name="l00332"></a>00332
|
||||
<a name="l00347"></a>00347 <span class="keyword">virtual</span> <span class="keywordtype">void</span> selectNodeContents(<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> *refNode) = 0;
|
||||
<a name="l00347"></a>00347 <span class="keyword">virtual</span> <span class="keywordtype">void</span> selectNodeContents(<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> *refNode) = 0;
|
||||
<a name="l00348"></a>00348
|
||||
<a name="l00366"></a>00366 <span class="keyword">virtual</span> <span class="keywordtype">short</span> compareBoundaryPoints(CompareHow how, <span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMRange.html">DOMRange</a>* sourceRange) <span class="keyword">const</span> = 0;
|
||||
<a name="l00367"></a>00367
|
||||
<a name="l00381"></a>00381 <span class="keyword">virtual</span> <span class="keywordtype">void</span> deleteContents() = 0;
|
||||
<a name="l00382"></a>00382
|
||||
<a name="l00398"></a>00398 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument object...">DOMDocumentFragment</a>* extractContents() = 0;
|
||||
<a name="l00398"></a>00398 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument...">DOMDocumentFragment</a>* extractContents() = 0;
|
||||
<a name="l00399"></a>00399
|
||||
<a name="l00412"></a>00412 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument object...">DOMDocumentFragment</a>* cloneContents() <span class="keyword">const</span> = 0;
|
||||
<a name="l00412"></a>00412 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMDocumentFragment.html" title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument...">DOMDocumentFragment</a>* cloneContents() <span class="keyword">const</span> = 0;
|
||||
<a name="l00413"></a>00413
|
||||
<a name="l00442"></a>00442 <span class="keyword">virtual</span> <span class="keywordtype">void</span> insertNode(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model.">DOMNode</a> *newNode) = 0;
|
||||
<a name="l00442"></a>00442 <span class="keyword">virtual</span> <span class="keywordtype">void</span> insertNode(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *newNode) = 0;
|
||||
<a name="l00443"></a>00443
|
||||
<a name="l00469"></a>00469 <span class="keyword">virtual</span> <span class="keywordtype">void</span> surroundContents(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model.">DOMNode</a> *newParent) = 0;
|
||||
<a name="l00469"></a>00469 <span class="keyword">virtual</span> <span class="keywordtype">void</span> surroundContents(<a class="code" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *newParent) = 0;
|
||||
<a name="l00470"></a>00470
|
||||
<a name="l00481"></a>00481 <span class="keyword">virtual</span> <a class="code" href="classxercesc_1_1DOMRange.html">DOMRange</a>* cloneRange() <span class="keyword">const</span> = 0;
|
||||
<a name="l00482"></a>00482
|
||||
|
@ -160,9 +156,8 @@
|
|||
<a name="l00529"></a>00529
|
||||
<a name="l00530"></a>00530 <span class="preprocessor">#endif</span>
|
||||
</pre></div></div>
|
||||
</div>
|
||||
<hr class="footer"/><address class="footer"><small>Generated on Mon Oct 31 2011 19:08:37 for XQilla DOM Level 3 API by 
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue