Searched refs:xmlHasProp (Results 1 – 12 of 12) sorted by relevance
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlElement.cpp | 76 return xmlHasProp(_pXmlElement, (const xmlChar *)strAttributeName.c_str()) != NULL; in hasAttribute()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1032 xmlHasProp (const xmlNode *node,
|
/external/libxml2/ |
D | libxml2.syms | 967 xmlHasProp;
|
D | relaxng.c | 1654 if (xmlHasProp(root, BAD_CAST "ns") == NULL) { in xmlRelaxNGLoadInclude() 1985 if (xmlHasProp(root, BAD_CAST "ns") == NULL) { in xmlRelaxNGLoadExternalRef() 7227 if (xmlHasProp(cur, BAD_CAST "ns") == NULL) { in xmlRelaxNGCleanupTree() 7343 if (!xmlHasProp(child, BAD_CAST "ns")) { in xmlRelaxNGCleanupTree()
|
D | elfgcchack.h | 4245 #undef xmlHasProp 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
|
D | tree.c | 6630 xmlHasProp(const xmlNode *node, const xmlChar *name) { in xmlHasProp() function 6710 prop = xmlHasProp(node, name); in xmlGetProp()
|
D | xmlschemas.c | 19726 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect() 19729 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect()
|
D | NEWS | 2419 - added xmlHasProp()
|
D | ChangeLog | 14035 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall 18426 * tree.[ch]: added xmlHasProp()
|
D | testapi.c | 20836 ret_val = xmlHasProp((const xmlNode *)node, (const xmlChar *)name); in test_xmlHasProp()
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1252 d xmlHasProp pr extproc('xmlHasProp')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 941 xmlHasProp
|