Lines Matching refs:children
928 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1185 if (cur->children != NULL) {
1186 ret = xmlC14NProcessNodeList(ctx, cur->children);
1272 * rendered after the closing PI symbol for PI children of the
1275 * symbol of PI children of the root node with a greater document
1318 * after the closing comment symbol for comment children of the
1321 * comment symbol of comment children of the root node with a
1323 * children of the root node represent comments outside of the
1364 if (cur->children != NULL) {
1367 ret = xmlC14NProcessNodeList(ctx, cur->children);
1609 if (doc->children != NULL) {
1610 ret = xmlC14NProcessNodeList(ctx, doc->children);
1612 xmlC14NErrInternal("processing docs children list");