Searched refs:xmlChildrenNode (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/tutorial/
H A Dincludekeyword.c12 cur = cur->xmlChildrenNode;
15 key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
51 cur = cur->xmlChildrenNode;
H A Dincludeaddkeyword.c42 cur = cur->xmlChildrenNode;
H A Dincludegetattribute.c12 cur = cur->xmlChildrenNode;
H A Dincludexpath.c64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
/vbox/src/libs/libxml2-2.6.31/example/
H A Dgjobread.c61 /* COMPAT xmlChildrenNode is a macro unifying libxml1 and libxml2 names */
62 cur = cur->xmlChildrenNode;
66 ret->name = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
124 cur = cur->xmlChildrenNode;
137 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
141 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
239 cur = cur->xmlChildrenNode;
262 cur = cur->xmlChildrenNode;
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp374 pNode = pNode->xmlChildrenNode;
418 xmlNodePtr pCurBucket = pNode->xmlChildrenNode;
430 xmlNodePtr pCurCont = pCurBucket->xmlChildrenNode;
435 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1);
441 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1);
458 xmlNodePtr pCurKey = pNode->xmlChildrenNode;
470 xmlNodePtr pCurCont = pCurKey->xmlChildrenNode;
475 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1);
481 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1);
487 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode,
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h570 * xmlChildrenNode:
575 #ifndef xmlChildrenNode
576 #define xmlChildrenNode children macro

Completed in 88 milliseconds