Home | History | Annotate | Download | only in libxml2

Lines Matching full:sibling

426     return(-1); /* assume there is no sibling list corruption */
1572 fprintf(output, " 'preceding-sibling' "); break;
3407 return(-1); /* assume there is no sibling list corruption */
7751 * Get the next sibling element node.
8168 * Traversal function for the "following-sibling" direction
8169 * The following-sibling axis contains the following siblings of the context
8192 * Traversal function for the "preceding-sibling" direction
8193 * The preceding-sibling axis contains the preceding siblings of the context
8194 * node in reverse document order; the first preceding sibling is first on the
8195 * axis; the sibling preceding that node is the second on the axis and so on.
11243 * | 'following-sibling'
11247 * | 'preceding-sibling'
11277 if (xmlStrEqual(name, BAD_CAST "following-sibling"))
11289 if (xmlStrEqual(name, BAD_CAST "preceding-sibling"))
11620 "axis 'preceding-sibling' ");