Searched refs:xmlSearchNs (Results 1 – 16 of 16) sorted by relevance
/external/libxml2/ |
D | xlink.c | 157 xlink = xmlSearchNs(doc, node, XLINK_NAMESPACE); in xlinkIsLink()
|
D | SAX2.c | 1299 namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, ns); in xmlSAX2AttributeInternal() 1726 ns = xmlSearchNs(ctxt->myDoc, ret, prefix); in xmlSAX2StartElement() 1728 ns = xmlSearchNs(ctxt->myDoc, parent, prefix); in xmlSAX2StartElement() 1992 namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, prefix); in xmlSAX2AttributeNs() 2373 ret->ns = xmlSearchNs(ctxt->myDoc, parent, prefix); in xmlSAX2StartElementNs() 2375 ret->ns = xmlSearchNs(ctxt->myDoc, ret, prefix); in xmlSAX2StartElementNs()
|
D | c14n.c | 635 tmp = xmlSearchNs(cur->doc, cur, ns->prefix); in xmlC14NProcessNamespacesAxis() 765 ns = xmlSearchNs(cur->doc, cur, prefix); in xmlExcC14NProcessNamespacesAxis() 785 ns = xmlSearchNs(cur->doc, cur, NULL); in xmlExcC14NProcessNamespacesAxis()
|
D | tree.c | 4028 ns = xmlSearchNs(target->doc, target, cur->ns->prefix); in xmlCopyPropInternal() 4035 ns = xmlSearchNs(cur->doc, cur->parent, cur->ns->prefix); in xmlCopyPropInternal() 4269 ns = xmlSearchNs(doc, ret, node->ns->prefix); in xmlStaticCopyNode() 4276 ns = xmlSearchNs(node->doc, node, node->ns->prefix); in xmlStaticCopyNode() 6009 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs() function 6265 def = xmlSearchNs(doc, tree, prefix); in xmlNewReconciliedNs() 6273 def = xmlSearchNs(doc, tree, prefix); in xmlNewReconciliedNs() 6851 ns = xmlSearchNs(node->doc, node, prefix); in xmlSetProp()
|
D | libxml2.syms | 1027 xmlSearchNs;
|
D | xmlreader.c | 2437 ns = xmlSearchNs(reader->node->doc, reader->node, prefix); in xmlTextReaderGetAttribute() 2567 ns = xmlSearchNs(reader->node->doc, reader->node, prefix); in xmlTextReaderLookupNamespace()
|
D | xmlschemastypes.c | 2707 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType() 2883 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType()
|
D | elfgcchack.h | 10387 #undef xmlSearchNs 10388 extern __typeof (xmlSearchNs) xmlSearchNs __attribute((alias("xmlSearchNs__internal_alias"))); 10390 #ifndef xmlSearchNs 10391 extern __typeof (xmlSearchNs) xmlSearchNs__internal_alias __attribute((visibility("hidden"))); 10392 #define xmlSearchNs xmlSearchNs__internal_alias macro
|
D | xmlschemas.c | 5857 ns = xmlSearchNs(attr->doc, attr->parent, NULL); in xmlSchemaPValAttrNodeQNameValue() 5878 ns = xmlSearchNs(attr->doc, attr->parent, pref); in xmlSchemaPValAttrNodeQNameValue() 21899 ns = xmlSearchNs(vctxt->inode->node->doc, in xmlSchemaLookupNamespace() 21939 xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValidateNotation() 25611 ns = xmlSearchNs(defAttrOwnerElem->doc, in xmlSchemaVAttributesComplex()
|
D | NEWS | 1611 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik), 1673 xmlSearchNs() by Luca Padovani. The xmlReader should do far less
|
D | relaxng.c | 7285 ns = xmlSearchNs(cur->doc, cur, prefix); in xmlRelaxNGCleanupTree()
|
D | ChangeLog | 8782 problem in xmlSearchNs introduced in 2.6.0 9661 * tree.c: applied speedup to xmlSearchNs() as suggested by 13137 xmlSearchNsByHref() as was done for xmlSearchNs() 14633 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
|
D | testapi.c | 23516 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace); in test_xmlSearchNs()
|
/external/libxml2/include/libxml/ |
D | tree.h | 987 xmlSearchNs (xmlDocPtr doc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1198 d xmlSearchNs pr extproc('xmlSearchNs')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1818 xmlSearchNs
|