Lines Matching refs:GetXMLTreeChild
255 child=GetXMLTreeChild(node,tag);
897 % GetXMLTreeChild() returns the first child tag with the specified tag if
900 % The format of the GetXMLTreeChild method is:
902 % XMLTreeInfo *GetXMLTreeChild(XMLTreeInfo *xml_info,const char *tag)
909 MagickExport XMLTreeInfo *GetXMLTreeChild(XMLTreeInfo *xml_info,const char *tag)
1052 node=GetXMLTreeChild(node,tag);