Searched refs:xmlAttr (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/python/ |
D | libxml.py | 316 return xmlAttr(_obj=ret) 353 return xmlAttr(_obj=ret) 579 return xmlAttr(_obj=o)
|
/external/libxml2/include/libxml/ |
D | tree.h | 432 typedef struct _xmlAttr xmlAttr; typedef 433 typedef xmlAttr *xmlAttrPtr;
|
/external/libxml2/ |
D | tree.c | 58 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()
|
D | SAX2.c | 1990 memset(ret, 0, sizeof(xmlAttr)); in xmlSAX2AttributeNs()
|
D | NEWS | 1149 messages directly, Python xmlAttr.parent (Jakub Piotr Clapa), trying to
|
D | ChangeLog | 3491 xmlAttr.parent(), closing #312181
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 447 * xmlAttr: 453 d xmlAttr ds based(xmlAttrPtr)
|
D | parser.rpgle | 536 * DOM subtree and past it in a new xmlAttr element added to
|
/external/libxml2/doc/html/ |
D | index.sgml | 511 <ANCHOR id="xmlAttr" href="libxml/libxml-tree.html#xmlAttr">
|