Searched refs:xmlHasProp (Results 1 - 8 of 8) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
H A DXmlElement.cpp76 return xmlHasProp(_pXmlElement, (const xmlChar *)strAttributeName.c_str()) != NULL;
/external/libxml2/
H A Dlibxml2.syms967 xmlHasProp;
H A Drelaxng.c1655 if (xmlHasProp(root, BAD_CAST "ns") == NULL) {
1986 if (xmlHasProp(root, BAD_CAST "ns") == NULL) {
7230 if (xmlHasProp(cur, BAD_CAST "ns") == NULL) {
7346 if (!xmlHasProp(child, BAD_CAST "ns")) {
H A Delfgcchack.h4245 #undef xmlHasProp macro
4246 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
4248 #ifndef xmlHasProp
4249 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
4250 #define xmlHasProp xmlHasProp__internal_alias macro
H A Dtree.c6629 * xmlHasProp:
6641 xmlHasProp(const xmlNode *node, const xmlChar *name) { function
6721 prop = xmlHasProp(node, name);
H A Dxmlschemas.c19765 node = (xmlNodePtr) xmlHasProp(elemDecl->node,
19768 node = (xmlNodePtr) xmlHasProp(elemDecl->node,
H A Dtestapi.c20956 ret_val = xmlHasProp((const xmlNode *)node, (const xmlChar *)name);
20963 printf("Leak of %d blocks found in xmlHasProp",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h1032 xmlHasProp (const xmlNode *node,

Completed in 411 milliseconds