Lines Matching full:sibling
324 struct _xmlAttr * next : next sibling link
325 struct _xmlAttr * prev : previous sibling link
345 struct _xmlNode * next : next sibling link
346 struct _xmlNode * prev : previous sibling link
442 struct _xmlNode * next : next sibling link
443 struct _xmlNode * prev : previous sibling link
488 struct _xmlNode * next : next sibling link
489 struct _xmlNode * prev : previous sibling link
513 struct _xmlNode * next : next sibling link
514 struct _xmlNode * prev : previous sibling link
607 struct _xmlNode * next : next sibling link
608 struct _xmlNode * prev : previous sibling link
661 struct _xmlNode * next : next sibling link
662 struct _xmlNode * prev : previous sibling link
948 </pre><p>Add a new node @elem as the next sibling of @cur If the new node was already inserted in a document it is first unlinked from its existing context. As a result of text merging @elem may be freed. If the new node is ATTRIBUTE, it is added into properties instead of children. If there is an <a href="libxml2-SAX.html#attribute">attribute</a> with equal name, it is first destroyed.</p>
952 </pre><p>Add a new node @elem as the previous sibling of @cur merging adjacent TEXT nodes (@elem may be freed) If the new node was already inserted in a document it is first unlinked from its existing context. If the new node is ATTRIBUTE, it is added into properties instead of children. If there is an <a href="libxml2-SAX.html#attribute">attribute</a> with equal name, it is first destroyed.</p>
1388 </pre><p>Finds the first closest next sibling of the node which is an element node. Note the handling of entities references is different than in the W3C DOM element traversal spec since we don't have back <a href="libxml2-SAX.html#reference">reference</a> from entities content to entities references.</p>
1389 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>node</tt></i>:</span></td><td>the current node</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the next element sibling or NULL if not available</td></tr></tbody></table></div></div>
1464 </pre><p>Finds the first closest previous sibling of the node which is an element node. Note the handling of entities references is different than in the W3C DOM element traversal spec since we don't have back <a href="libxml2-SAX.html#reference">reference</a> from entities content to entities references.</p>
1465 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>node</tt></i>:</span></td><td>the current node</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the previous element sibling or NULL if not available</td></tr></tbody></table></div></div>