Home
last modified time | relevance | path

Searched refs:xmlAttributePtr (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h241 XMLPUBFUN xmlAttributePtr XMLCALL
263 xmlAttributePtr attr);
335 xmlAttributePtr attr);
389 XMLPUBFUN xmlAttributePtr XMLCALL
393 XMLPUBFUN xmlAttributePtr XMLCALL
Dtree.h213 typedef xmlAttribute *xmlAttributePtr; typedef
320 xmlAttributePtr attributes; /* List of the declared attributes */
/external/libxml2/
Dvalid.c640 xmlAttributePtr xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem);
1389 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl()
1844 xmlScanAttributeDeclCallback(xmlAttributePtr attr, xmlAttributePtr *list, in xmlScanAttributeDeclCallback()
1861 xmlAttributePtr
1863 xmlAttributePtr ret = NULL; in xmlScanAttributeDecl()
1895 xmlAttributePtr cur; in xmlScanIDAttributeDecl()
1921 xmlFreeAttribute(xmlAttributePtr attr) { in xmlFreeAttribute()
1973 xmlAttributePtr
1979 xmlAttributePtr ret; in xmlAddAttributeDecl()
2072 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()
[all …]
DSAX2.c708 xmlAttributePtr attr; in xmlSAX2AttributeDecl()
1398 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1474 xmlAttributePtr tst; in xmlCheckDefaultedAttributes()
Dxmlsave.c785 xmlDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xmlNodeDumpOutputInternal()
1314 xmlDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xhtmlNodeDumpOutput()
DdebugXML.c477 xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr) in xmlCtxtDumpAttrDecl()
988 xmlCtxtDumpAttrDecl(ctxt, (xmlAttributePtr) node); in xmlCtxtDumpOneNode()
Dtree.c4382 xmlAttributePtr tmp = (xmlAttributePtr) cur; in xmlCopyDtd()
6345 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal()
6442 return(xmlStrdup(((xmlAttributePtr)prop)->defaultValue)); in xmlGetPropNodeValueInternal()
6484 xmlAttributePtr attrDecl; in xmlHasProp()