Searched refs:xmlGetNodePath (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/ |
D | debugXML.c | 2217 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node)); in xmlShellGrep() 2223 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node->parent)); in xmlShellGrep() 2776 path = xmlGetNodePath(node); in xmlShellPwd()
|
D | NEWS | 689 xmllint use xmlGetNodePath when not compiled in (Daniel Veillard), 998 - bug fix: xmlGetNodePath fix (Kasimier), xmlDOMWrapAdoptNode and 1056 Youri Golovanov), xmlGetNodePath on text/CDATA (Kasimier), 1143 xmlGetNodePath for namespaced attributes (Alexander Pohoyda), xmlSchemas 1237 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix 1360 (William), notations serialization missing, xmlGetNodePath (Dodji), 1538 again (William Brack), xmlGetNodePath() generating '(null)' (William 1880 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr 2050 - added xmlGetNodePath() (for paths or XPointers generation)
|
D | libxml2.syms | 962 xmlGetNodePath;
|
D | xmllint.c | 1772 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader)); in processNode() 1794 path = xmlGetNodePath( in processNode()
|
D | schematron.c | 1391 path = xmlGetNodePath(cur); in xmlSchematronReportSuccess()
|
D | runtest.c | 3355 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader)); in patternNode() 3372 path = xmlGetNodePath( in patternNode()
|
D | elfgcchack.h | 4120 #undef xmlGetNodePath 4121 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias"… 4123 #ifndef xmlGetNodePath 4124 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden"))); 4125 #define xmlGetNodePath xmlGetNodePath__internal_alias macro
|
D | ChangeLog | 1921 regression test, since the fix of xmlGetNodePath() revealed a 1926 * tree.c: Got rid of a compiler warning in xmlGetNodePath(). 1930 * tree.c: Fixed xmlGetNodePath() to generate the node test "*" 2402 in xmlGetNodePath(). 3660 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath 4900 * tree.c: fixed xmlGetNodePath when namespaces are used 6304 * tree.c: Dodji pointed out a bug in xmlGetNodePath() 8034 * tree.c: inhibited production of "(null):" in xmlGetNodePath 12521 * tree.c: patch from Petr Pajas improving xmlGetNodePath() 12919 * tree.c: fixed another stupid bug in xmlGetNodePath() [all …]
|
D | tree.c | 4649 xmlGetNodePath(const xmlNode *node) in xmlGetNodePath() function
|
D | testapi.c | 20658 ret_val = xmlGetNodePath((const xmlNode *)node); in test_xmlGetNodePath()
|
/external/libxml2/include/libxml/ |
D | tree.h | 917 xmlGetNodePath (const xmlNode *node);
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1046 d xmlGetNodePath pr * extproc('xmlGetNodePath') xmlChar *
|
/external/libxml2/win32/ |
D | libxml2.def.src | 929 xmlGetNodePath
|