Home | History | Annotate | Download | only in doc

Lines Matching full:sibling

5984       <field name='next' type='struct _xmlAttr *' info=' next sibling link '/>
5985 <field name='prev' type='struct _xmlAttr *' info=' previous sibling link '/>
5999 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
6000 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
6093 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
6094 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
6129 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
6130 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
6148 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
6149 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
6184 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
6185 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
6304 <field name='next' type='struct _xmlNode *' info=' next sibling link '/>
6305 <field name='prev' type='struct _xmlNode *' info=' previous sibling link '/>
8349 <info>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 attribute with equal name, it is first destroyed.</info>
8365 <info>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 attribute with equal name, it is first destroyed.</info>
11736 <info>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&apos;t have back reference from entities content to entities references.</info>
11737 <return type='xmlNodePtr' info='the next element sibling or NULL if not available'/>
12614 <info>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&apos;t have back reference from entities content to entities references.</info>
12615 <return type='xmlNodePtr' info='the previous element sibling or NULL if not available'/>
14087 <info>Appends a next sibling to a list of computed values.</info>
14106 <info>Accessor for the next sibling of a list of computed values.</info>
17874 <info>Traversal function for the &quot;following-sibling&quot; direction The following-sibling axis contains the following siblings of the context node in document order.</info>
17902 <info>Traversal function for the &quot;preceding-sibling&quot; direction The preceding-sibling axis contains the preceding siblings of the context node in reverse document order; the first preceding sibling is first on the axis; the sibling preceding that node is the second on the axis and so on.</info>