Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libxslt/
H A Dnamespaces.c386 xmlNewNs(target, BAD_CAST "", NULL); in xsltGetSpecialNamespace()
528 ns = xmlNewNs(target, nsName, nsPrefix); in xsltGetSpecialNamespace()
535 ns = xmlNewNs(target, nsName, nsPrefix); in xsltGetSpecialNamespace()
564 ns = xmlNewNs(target, nsName, BAD_CAST pref); in xsltGetSpecialNamespace()
739 q = xmlNewNs(node, cur->href, cur->prefix); in xsltCopyNamespaceList()
760 q = xmlNewNs(node, URI, cur->prefix); in xsltCopyNamespaceList()
762 q = xmlNewNs(node, cur->href, cur->prefix); in xsltCopyNamespaceList()
798 return(xmlNewNs(NULL, ns->href, ns->prefix)); in xsltCopyNamespace()
800 return(xmlNewNs(elem, ns->href, ns->prefix)); in xsltCopyNamespace()
H A Dtransform.c1457 q = xmlNewNs(elem, ns->href, ns->prefix); in xsltCopyNamespaceListInternal()
1562 return(xmlNewNs(insert, ns->href, ns->prefix)); in xsltShallowCopyNsNode()
1716 ns = xmlNewNs(copy, (*curns)->href, in xsltCopyTree()
2468 ns = xmlNewNs(copy, effNs->nsName, effNs->prefix); in xsltApplySequenceConstructor()
2918 xmlNewNs(copy, URI, ns->prefix); in xsltApplySequenceConstructor()
H A Dxslt.c1892 ns->next = xmlNewNs(NULL, nsName, prefix); in xsltTreeAcquireStoredNs()
6974 xmlNewNs(newtree, ns->href, ns->prefix); in xsltLoadStylesheetPI()
/reactos/dll/win32/msxml3/
H A Dxdr.c777 if (nsURI && *nsURI) xmlNewNs(xsd_node, nsURI, NULL); in XDR_E_Schema()
778 ns = xmlNewNs(xsd_node, XSD_href, XSD_prefix); in XDR_E_Schema()
792 xmlNewNs(xsd_node, xdr_ns->href, xdr_ns->prefix); in XDR_E_Schema()
H A Delement.c1063 xmlNsPtr ns = xmlNewNs(get_element(This), DT_nsURI, DT_prefix); in domelem_put_dataType()
1793 xmlns = xmlNewNs(NULL, BAD_CAST "http://www.w3.org/2000/xmlns/", BAD_CAST "xmlns"); in domelem_get_item()
H A Dschema.c675 ns = xmlNewNs(node, DT_nsURI, BAD_CAST "dt"); in dt_validate()
H A Ddomdoc.c2054 xmlNsPtr ns = xmlNewNs(xmlnode, href, prefix); in domdoc_createNode()
2075 xmlNsPtr ns = xmlNewNs(NULL, href, prefix); in domdoc_createNode()
/reactos/sdk/lib/3rdparty/libxml2/
H A DSAX2.c1190 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal()
1258 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal()
1717 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElement()
2300 ns = xmlNewNs(NULL, uri, pref); in xmlSAX2StartElementNs()
2365 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElementNs()
H A Dtree.c731 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() function
4053 ret = xmlNewNs(NULL, cur->href, cur->prefix); in xmlCopyNamespace()
4137 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlCopyPropInternal()
4375 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlStaticCopyNode()
6391 def = xmlNewNs(tree, ns->href, prefix); in xmlNewReconciledNs()
8114 ns->next = xmlNewNs(NULL, nsName, prefix); in xmlDOMWrapStoreNs()
8670 ret = xmlNewNs(NULL, nsName, pref); in xmlDOMWrapNSNormDeclareNsForced()
H A Dcatalog.c674 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); in xmlDumpXMLCatalog()
H A DNEWS3752 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
3764 - Fixed bugs in xmlNewNs()
H A Dxmlschemas.c25815 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
/reactos/sdk/include/reactos/libs/libxml/
H A Dtree.h773 xmlNewNs (xmlNodePtr node,