Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:AddChildToXMLTree

154 %  AddChildToXMLTree() adds a child tag at an offset relative to the start of
157 % The format of the AddChildToXMLTree method is:
159 % XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info,const char *tag,
171 MagickExport XMLTreeInfo *AddChildToXMLTree(XMLTreeInfo *xml_info,
256 child=AddChildToXMLTree(node,tag,offset);
1934 xml_info=AddChildToXMLTree(xml_info,tag,strlen(xml_info->content));