Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:GetXMLTreeAttribute

776 %  GetXMLTreeAttribute() returns the value of the attribute tag with the
779 % The format of the GetXMLTreeAttribute method is:
781 % const char *GetXMLTreeAttribute(XMLTreeInfo *xml_info,const char *tag)
790 MagickExport const char *GetXMLTreeAttribute(XMLTreeInfo *xml_info,
2700 attribute=GetXMLTreeAttribute(xml_info,xml_info->attributes[i]);
2725 (GetXMLTreeAttribute(xml_info,attributes[i][j]) != attributes[i][j+1]))