Home | History | Annotate | Download | only in libxml2

Lines Matching full:child

1242  * Returns a pointer to the first child
1439 * Returns a pointer to the first child
2412 * @name: the name of the child
2413 * @content: the text content of the child if any.
2415 * Creation of a new child element, added at the end of @parent children list.
2418 * a child TEXT node will be created containing the string @content.
2794 * @name: the name of the child
2795 * @content: the XML content of the child if any.
2797 * Creation of a new child element, added at the end of @parent children list.
2800 * a child list containing the TEXTs and ENTITY_REFs node will be created.
2920 * @cur: the child node
2998 * @cur: the child node
3076 * @cur: the child node
3149 * Add a list of node at the end of the child list of the parent
3152 * Returns the last child or NULL in case of error.
3169 "xmlAddChildList : child == NULL\n");
3197 * if it's the only child, nothing more to be done.
3231 * @cur: the child node
3233 * Add a new node to @parent, at the end of the child (or property) list
3238 * Returns the child or NULL in case of error.
3255 "xmlAddChild : child == NULL\n");
3361 * Search the last child of a node.
3362 * Returns the last child or NULL if none.
3385 * Finds the current number of child nodes of that element which are
3391 * Returns the count of element child or 0 if not available
3422 * Finds the first child node of that element which is a Element node
3427 * Returns the first element child or NULL if not available
3457 * Finds the last child node of that element which is a Element node
3462 * Returns the last element child or NULL if not available
3644 * This doesn't unlink the child from the list, use xmlUnlinkNode() first.
5197 * of the values carried by this node child's (TEXT and ENTITY_REF).
5291 * -> we iterate through child nodes and recursive call
5338 * of the values carried by this node child's (TEXT and ENTITY_REF).
9108 * @deep: descend into child if set
9526 * Walk the element's attributes before descending into child-nodes.
9536 * Descend into child-nodes.