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.c1299 namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, ns); in xmlSAX2AttributeInternal()
1722 ns = xmlSearchNs(ctxt->myDoc, ret, prefix); in xmlSAX2StartElement()
1724 ns = xmlSearchNs(ctxt->myDoc, parent, prefix); in xmlSAX2StartElement()
1988 namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, prefix); in xmlSAX2AttributeNs()
2364 ret->ns = xmlSearchNs(ctxt->myDoc, parent, prefix); in xmlSAX2StartElementNs()
2366 ret->ns = xmlSearchNs(ctxt->myDoc, ret, prefix); in xmlSAX2StartElementNs()
Dc14n.c635 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()
Dtree.c4028 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()
Dlibxml2.syms1027 xmlSearchNs;
Dxmlschemastypes.c2707 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType()
2883 ns = xmlSearchNs(node->doc, node, prefix); in xmlSchemaValAtomicType()
Dxmlreader.c2438 ns = xmlSearchNs(reader->node->doc, reader->node, prefix); in xmlTextReaderGetAttribute()
2568 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.c5857 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()
DNEWS1611 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik),
1673 xmlSearchNs() by Luca Padovani. The xmlReader should do far less
Drelaxng.c7262 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.c23516 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.rpgle1198 d xmlSearchNs pr extproc('xmlSearchNs')
/external/libxml2/win32/
Dlibxml2.def.src1818 xmlSearchNs