Home | History | Annotate | Download | only in libxml2

Lines Matching full:child

123  *		A few helper functions for child sequences		*
132 * Returns the number of child for an element, -1 in case of error
175 * @no: the child number
177 * Returns the @no'th element child of @cur or NULL
915 * @index: the child number
918 * given child if found
1208 * @name: a possible ID name of the child sequence
1213 * Parse and evaluate a Child Sequence. This routine also handle the
1235 int child = 0;
1239 child = child * 10 + (CUR - '0');
1242 xmlXPtrGetChildNo(ctxt, child);
1286 /* this handle both Bare Names and Child Sequences */