Home
last modified time | relevance | path

Searched refs:xmlSearchNs (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/
Dxlink.c157 xlink = xmlSearchNs(doc, node, XLINK_NAMESPACE); in xlinkIsLink()
DSAX2.c1294 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()
Dc14n.c627 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()
Dtree.c4017 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()
Dlibxml2.syms1027 xmlSearchNs;
Dxmlschemastypes.c2693 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType()
2869 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType()
Dxmlreader.c2433 ns = xmlSearchNs(reader->node->doc, reader->node, prefix); in xmlTextReaderGetAttribute()
2563 ns = xmlSearchNs(reader->node->doc, reader->node, prefix); in xmlTextReaderLookupNamespace()
Delfgcchack.h10387 #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
Dxmlschemas.c5817 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()
DNEWS1611 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik),
1673 xmlSearchNs() by Luca Padovani. The xmlReader should do far less
Drelaxng.c7259 ns = xmlSearchNs(cur->doc, cur, prefix); in xmlRelaxNGCleanupTree()
DChangeLog8782 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()
Dtestapi.c23381 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace); in test_xmlSearchNs()
/external/libxml2/include/libxml/
Dtree.h987 xmlSearchNs (xmlDocPtr doc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1174 d xmlSearchNs pr extproc('xmlSearchNs')
/external/libxml2/win32/
Dlibxml2.def.src1818 xmlSearchNs