Home
last modified time | relevance | path

Searched refs:xmlNewNsProp (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h727 xmlNewNsProp (xmlNodePtr node,
/external/libxml2/
Delfgcchack.h6139 #undef xmlNewNsProp
6140 extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
6142 #ifndef xmlNewNsProp
6143 extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
6144 #define xmlNewNsProp xmlNewNsProp__internal_alias macro
DSAX2.c1944 ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL); in xmlSAX2AttributeNs()
Dtree.c1894 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlNewNsProp() function
Dxmlschemas.c25483 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value);