Home
last modified time | relevance | path

Searched refs:xmlAttr (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/python/
Dlibxml.py316 return xmlAttr(_obj=ret)
353 return xmlAttr(_obj=ret)
579 return xmlAttr(_obj=o)
/external/libxml2/include/libxml/
Dtree.h432 typedef struct _xmlAttr xmlAttr; typedef
433 typedef xmlAttr *xmlAttrPtr;
/external/libxml2/
Dtree.c58 static xmlChar* xmlGetPropNodeValueInternal(const xmlAttr *prop);
1845 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewPropInternal()
1854 memset(cur, 0, sizeof(xmlAttr)); in xmlNewPropInternal()
2017 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewDocProp()
2022 memset(cur, 0, sizeof(xmlAttr)); in xmlNewDocProp()
6585 xmlGetPropNodeValueInternal(const xmlAttr *prop) in xmlGetPropNodeValueInternal()
9478 clone = (xmlNodePtr) xmlMalloc(sizeof(xmlAttr)); in xmlDOMWrapCloneNode()
9483 memset(clone, 0, sizeof(xmlAttr)); in xmlDOMWrapCloneNode()
DSAX2.c1990 memset(ret, 0, sizeof(xmlAttr)); in xmlSAX2AttributeNs()
DNEWS1149 messages directly, Python xmlAttr.parent (Jakub Piotr Clapa), trying to
DChangeLog3491 xmlAttr.parent(), closing #312181
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle447 * xmlAttr:
453 d xmlAttr ds based(xmlAttrPtr)
Dparser.rpgle536 * DOM subtree and past it in a new xmlAttr element added to
/external/libxml2/doc/html/
Dindex.sgml511 <ANCHOR id="xmlAttr" href="libxml/libxml-tree.html#xmlAttr">