Home
last modified time | relevance | path

Searched refs:xmlChildrenNode (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/example/
Dgjobread.c62 cur = cur->xmlChildrenNode; in parsePerson()
66 ret->name = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parsePerson()
69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parsePerson()
124 cur = cur->xmlChildrenNode; in parseJob()
137 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parseJob()
141 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parseJob()
239 cur = cur->xmlChildrenNode; in parseGjobFile()
262 cur = cur->xmlChildrenNode; in parseGjobFile()
/third_party/libxml2/doc/tutorial/
Dincludekeyword.c12 cur = cur->xmlChildrenNode;
15 key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
51 cur = cur->xmlChildrenNode;
Dincludegetattribute.c12 cur = cur->xmlChildrenNode;
Dincludeaddkeyword.c42 cur = cur->xmlChildrenNode;
Dincludexpath.c64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
/third_party/flutter/engine/flutter/third_party/txt/tests/
DFontTestUtils.cpp68 xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); in getFontFamilies()
/third_party/libxml2/include/libxml/
Dtree.h637 #ifndef xmlChildrenNode
638 #define xmlChildrenNode children macro
/third_party/libxml2/doc/html/
Dindex.sgml526 <ANCHOR id="xmlChildrenNode" href="libxml/libxml-tree.html#xmlChildrenNode">
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer7979 xmlChildrenNode instead of childs.
8512 be xmlChildrenNode. We need to be careful to stop these creeping