Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h251 typedef struct _xmlAttribute xmlAttribute; typedef
252 typedef xmlAttribute *xmlAttributePtr;
/external/libxml2/python/
Dlibxml.py587 return xmlAttribute(_obj=o)
/external/libxml2/
Dvalid.c2036 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2042 memset(ret, 0, sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2182 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()
2187 memset(cur, 0, sizeof(xmlAttribute)); in xmlCopyAttribute()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle274 * xmlAttribute:
281 d xmlAttribute ds based(xmlAttributePtr)
/external/libxml2/doc/html/
Dindex.sgml496 <ANCHOR id="xmlAttribute" href="libxml/libxml-tree.html#xmlAttribute">