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 | 1294 namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, ns); in xmlSAX2AttributeInternal() 1715 ns = xmlSearchNs(ctxt->myDoc, ret, prefix); in xmlSAX2StartElement() 1717 ns = xmlSearchNs(ctxt->myDoc, parent, prefix); in xmlSAX2StartElement() 1981 namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, prefix); in xmlSAX2AttributeNs() 2357 ret->ns = xmlSearchNs(ctxt->myDoc, parent, prefix); in xmlSAX2StartElementNs() 2359 ret->ns = xmlSearchNs(ctxt->myDoc, ret, prefix); in xmlSAX2StartElementNs()
|
D | c14n.c | 627 tmp = xmlSearchNs(cur->doc, cur, ns->prefix); in xmlC14NProcessNamespacesAxis() 757 ns = xmlSearchNs(cur->doc, cur, prefix); in xmlExcC14NProcessNamespacesAxis() 777 ns = xmlSearchNs(cur->doc, cur, NULL); in xmlExcC14NProcessNamespacesAxis()
|
D | tree.c | 4017 ns = xmlSearchNs(target->doc, target, cur->ns->prefix); in xmlCopyPropInternal() 4024 ns = xmlSearchNs(cur->doc, cur->parent, cur->ns->prefix); in xmlCopyPropInternal() 4258 ns = xmlSearchNs(doc, ret, node->ns->prefix); in xmlStaticCopyNode() 4265 ns = xmlSearchNs(node->doc, node, node->ns->prefix); in xmlStaticCopyNode() 5998 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs() function 6254 def = xmlSearchNs(doc, tree, prefix); in xmlNewReconciliedNs() 6262 def = xmlSearchNs(doc, tree, prefix); in xmlNewReconciliedNs() 6840 ns = xmlSearchNs(node->doc, node, prefix); in xmlSetProp()
|
D | libxml2.syms | 1027 xmlSearchNs;
|
D | xmlschemastypes.c | 2693 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType() 2869 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType()
|
D | xmlreader.c | 2433 ns = xmlSearchNs(reader->node->doc, reader->node, prefix); in xmlTextReaderGetAttribute() 2563 ns = xmlSearchNs(reader->node->doc, reader->node, prefix); in xmlTextReaderLookupNamespace()
|
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 | 5817 ns = xmlSearchNs(attr->doc, attr->parent, NULL); in xmlSchemaPValAttrNodeQNameValue() 5838 ns = xmlSearchNs(attr->doc, attr->parent, pref); in xmlSchemaPValAttrNodeQNameValue() 21861 ns = xmlSearchNs(vctxt->inode->node->doc, in xmlSchemaLookupNamespace() 21901 xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValidateNotation() 25569 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 | 7259 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 | 23381 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 | 1174 d xmlSearchNs pr extproc('xmlSearchNs')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1818 xmlSearchNs
|