Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h250 typedef struct _xmlAttribute xmlAttribute; typedef
251 typedef xmlAttribute *xmlAttributePtr;
/external/libxml2/python/
Dlibxml.py587 return xmlAttribute(_obj=o)
/external/libxml2/
Dvalid.c2024 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2030 memset(ret, 0, sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2164 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()
2169 memset(cur, 0, sizeof(xmlAttribute)); in xmlCopyAttribute()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle267 * xmlAttribute:
274 d xmlAttribute ds based(xmlAttributePtr)
/external/libxml2/doc/html/
Dindex.sgml496 <ANCHOR id="xmlAttribute" href="libxml/libxml-tree.html#xmlAttribute">