<h1>DOMRange.hpp</h1><ahref="DOMRange_8hpp.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">/*</span>
<aname="l00002"></a>00002 <spanclass="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<aname="l00003"></a>00003 <spanclass="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<aname="l00004"></a>00004 <spanclass="comment"> * this work for additional information regarding copyright ownership.</span>
<aname="l00005"></a>00005 <spanclass="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<aname="l00006"></a>00006 <spanclass="comment"> * (the "License"); you may not use this file except in compliance with</span>
<aname="l00007"></a>00007 <spanclass="comment"> * the License. You may obtain a copy of the License at</span>
<aname="l00124"></a>00124 <spanclass="comment"></span><spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* getStartContainer() <spanclass="keyword">const</span> = 0;
<aname="l00144"></a>00144 <spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* getEndContainer() <spanclass="keyword">const</span> = 0;
<aname="l00175"></a>00175 <spanclass="keyword">virtual</span><spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>* getCommonAncestorContainer() <spanclass="keyword">const</span> = 0;
<aname="l00202"></a>00202 <spanclass="comment"></span><spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> setStart(<spanclass="keyword">const</span><aclass="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;
<aname="l00226"></a>00226 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> setEnd(<spanclass="keyword">const</span><aclass="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;
<aname="l00244"></a>00244 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> setStartBefore(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *refNode) = 0;
<aname="l00262"></a>00262 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> setStartAfter(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *refNode) = 0;
<aname="l00280"></a>00280 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> setEndBefore(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *refNode) = 0;
<aname="l00298"></a>00298 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> setEndAfter(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *refNode) = 0;
<aname="l00331"></a>00331 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> selectNode(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *refNode) = 0;
<aname="l00347"></a>00347 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> selectNodeContents(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *refNode) = 0;
<aname="l00398"></a>00398 <spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMDocumentFragment.html"title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument...">DOMDocumentFragment</a>* extractContents() = 0;
<aname="l00412"></a>00412 <spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMDocumentFragment.html"title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument...">DOMDocumentFragment</a>* cloneContents() <spanclass="keyword">const</span> = 0;
<aname="l00442"></a>00442 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> insertNode(<aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *newNode) = 0;
<aname="l00469"></a>00469 <spanclass="keyword">virtual</span><spanclass="keywordtype">void</span> surroundContents(<aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> *newParent) = 0;