Lines Matching defs:children
551 && m_pLibAttr->children
555 return (const char *)m_pLibAttr->children->content;
558 && m_pLibNode->children)
559 return (const char *)m_pLibNode->children->content;
705 * Consider children first.
750 for (xmlNodePtr pLibNode = pCur->m_pLibNode->children; pLibNode; pLibNode = pLibNode->next)
769 * @param children out: list of nodes to which children will be appended.
770 * @param pcszMatch in: match string, or NULL to return all children.
773 int ElementNode::getChildElements(ElementNodesList &children,
787 children.push_back(static_cast<ElementNode *>(p));
1234 * of children in "this".
1261 * Creates a content node and appends it to the list of children