Home
last modified time | relevance | path

Searched refs:xmlNewNs (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dnamespaces.c424 xmlNewNs(target, BAD_CAST "", NULL); in xsltGetSpecialNamespace()
566 ns = xmlNewNs(target, nsName, nsPrefix); in xsltGetSpecialNamespace()
573 ns = xmlNewNs(target, nsName, nsPrefix); in xsltGetSpecialNamespace()
602 ns = xmlNewNs(target, nsName, BAD_CAST pref); in xsltGetSpecialNamespace()
777 q = xmlNewNs(node, cur->href, cur->prefix); in xsltCopyNamespaceList()
796 q = xmlNewNs(node, URI, cur->prefix); in xsltCopyNamespaceList()
798 q = xmlNewNs(node, cur->href, cur->prefix); in xsltCopyNamespaceList()
834 return(xmlNewNs(NULL, ns->href, ns->prefix)); in xsltCopyNamespace()
836 return(xmlNewNs(elem, ns->href, ns->prefix)); in xsltCopyNamespace()
Dtransform.c1314 q = xmlNewNs(elem, ns->href, ns->prefix); in xsltCopyNamespaceListInternal()
1419 return(xmlNewNs(insert, ns->href, ns->prefix)); in xsltShallowCopyNsNode()
1569 ns = xmlNewNs(copy, (*curns)->href, in xsltCopyTreeInternal()
2345 ns = xmlNewNs(copy, effNs->nsName, effNs->prefix); in xsltApplySequenceConstructor()
2786 xmlNewNs(copy, URI, ns->prefix); in xsltApplySequenceConstructor()
Dxslt.c1840 ns->next = xmlNewNs(NULL, nsName, prefix); in xsltTreeAcquireStoredNs()
6957 xmlNewNs(newtree, ns->href, ns->prefix); in xsltLoadStylesheetPI()
/external/libxslt/libxslt/
Dnamespaces.c424 xmlNewNs(target, BAD_CAST "", NULL); in xsltGetSpecialNamespace()
566 ns = xmlNewNs(target, nsName, nsPrefix); in xsltGetSpecialNamespace()
573 ns = xmlNewNs(target, nsName, nsPrefix); in xsltGetSpecialNamespace()
602 ns = xmlNewNs(target, nsName, BAD_CAST pref); in xsltGetSpecialNamespace()
777 q = xmlNewNs(node, cur->href, cur->prefix); in xsltCopyNamespaceList()
796 q = xmlNewNs(node, URI, cur->prefix); in xsltCopyNamespaceList()
798 q = xmlNewNs(node, cur->href, cur->prefix); in xsltCopyNamespaceList()
834 return(xmlNewNs(NULL, ns->href, ns->prefix)); in xsltCopyNamespace()
836 return(xmlNewNs(elem, ns->href, ns->prefix)); in xsltCopyNamespace()
Dtransform.c1314 q = xmlNewNs(elem, ns->href, ns->prefix); in xsltCopyNamespaceListInternal()
1419 return(xmlNewNs(insert, ns->href, ns->prefix)); in xsltShallowCopyNsNode()
1569 ns = xmlNewNs(copy, (*curns)->href, in xsltCopyTreeInternal()
2345 ns = xmlNewNs(copy, effNs->nsName, effNs->prefix); in xsltApplySequenceConstructor()
2786 xmlNewNs(copy, URI, ns->prefix); in xsltApplySequenceConstructor()
Dxslt.c1840 ns->next = xmlNewNs(NULL, nsName, prefix); in xsltTreeAcquireStoredNs()
6957 xmlNewNs(newtree, ns->href, ns->prefix); in xsltLoadStylesheetPI()
/external/chromium_org/third_party/libxslt/libexslt/
Ddynamic.c195 xmlNewNs(cur, in exsltDynMapFunction()
218 xmlNewNs(cur, in exsltDynMapFunction()
236 xmlNewNs(cur, in exsltDynMapFunction()
/external/libxml2/
DSAX2.c1173 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal()
1236 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal()
1683 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElement()
2255 ns = xmlNewNs(NULL, uri, pref); in xmlSAX2StartElementNs()
2316 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElementNs()
Dtree.c718 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() function
3890 ret = xmlNewNs(NULL, cur->href, cur->prefix); in xmlCopyNamespace()
3972 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlCopyPropInternal()
4203 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlStaticCopyNode()
6123 def = xmlNewNs(tree, ns->href, prefix); in xmlNewReconciliedNs()
7796 ns->next = xmlNewNs(NULL, nsName, prefix); in xmlDOMWrapStoreNs()
8345 ret = xmlNewNs(NULL, nsName, pref); in xmlDOMWrapNSNormDeclareNsForced()
Delfgcchack.h6185 #undef xmlNewNs
6186 extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias")));
6188 #ifndef xmlNewNs
6189 extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden")));
6190 #define xmlNewNs xmlNewNs__internal_alias macro
Dcatalog.c673 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); in xmlDumpXMLCatalog()
Dxmlschemas.c25551 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
/external/chromium_org/third_party/libxml/src/
DSAX2.c1173 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal()
1236 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal()
1683 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElement()
2234 ns = xmlNewNs(NULL, uri, pref); in xmlSAX2StartElementNs()
2291 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElementNs()
Dtree.c718 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() function
3877 ret = xmlNewNs(NULL, cur->href, cur->prefix); in xmlCopyNamespace()
3959 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlCopyPropInternal()
4190 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlStaticCopyNode()
6110 def = xmlNewNs(tree, ns->href, prefix); in xmlNewReconciliedNs()
7783 ns->next = xmlNewNs(NULL, nsName, prefix); in xmlDOMWrapStoreNs()
8332 ret = xmlNewNs(NULL, nsName, pref); in xmlDOMWrapNSNormDeclareNsForced()
Delfgcchack.h6185 #undef xmlNewNs
6186 extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias")));
6188 #ifndef xmlNewNs
6189 extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden")));
6190 #define xmlNewNs xmlNewNs__internal_alias macro
Dcatalog.c673 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); in xmlDumpXMLCatalog()
DNEWS1922 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
1934 - Fixed bugs in xmlNewNs()
DChangeLog17470 * tree.c: small fix in xmlNewNs()
18775 a lot of existing code :-(, fixed a bug in xmlNewNs
18829 * tree.c: xmlNewNs wasn't checking for double definition
Dxmlschemas.c25550 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
Dtestapi.c21545 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix); in test_xmlNewNs()
/external/libxml2/include/libxml/
Dtree.h727 xmlNewNs (xmlNodePtr node,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h728 xmlNewNs (xmlNodePtr node,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1243 xmlNewNs