Home
last modified time | relevance | path

Searched refs:xmlHasProp (Results 1 – 12 of 12) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp76 return xmlHasProp(_pXmlElement, (const xmlChar *)strAttributeName.c_str()) != NULL; in hasAttribute()
/external/libxml2/include/libxml/
Dtree.h1032 xmlHasProp (const xmlNode *node,
/external/libxml2/
Dlibxml2.syms967 xmlHasProp;
Drelaxng.c1654 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()
Delfgcchack.h4245 #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
Dtree.c6630 xmlHasProp(const xmlNode *node, const xmlChar *name) { in xmlHasProp() function
6710 prop = xmlHasProp(node, name); in xmlGetProp()
Dxmlschemas.c19726 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect()
19729 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect()
DNEWS2419 - added xmlHasProp()
DChangeLog14035 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
18426 * tree.[ch]: added xmlHasProp()
Dtestapi.c20836 ret_val = xmlHasProp((const xmlNode *)node, (const xmlChar *)name); in test_xmlHasProp()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1252 d xmlHasProp pr extproc('xmlHasProp')
/external/libxml2/win32/
Dlibxml2.def.src941 xmlHasProp