Lines Matching refs:XMLTreeRoot

105   XMLTreeRoot;  typedef
238 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in AddPathToXMLTree()
505 XMLTreeRoot in DestroyXMLTreeRoot()
510 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in DestroyXMLTreeRoot()
518 root=(XMLTreeRoot *) xml_info; in DestroyXMLTreeRoot()
561 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in DestroyXMLTree()
747 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetNextXMLTreeTag()
787 XMLTreeRoot in GetXMLTreeAttribute()
792 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeAttribute()
803 root=(XMLTreeRoot*) xml_info; in GetXMLTreeAttribute()
805 root=(XMLTreeRoot *) root->root.parent; in GetXMLTreeAttribute()
855 (((const XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeAttributes()
902 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeChild()
939 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeContent()
971 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeOrdered()
1024 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreePath()
1084 XMLTreeRoot in GetXMLTreeProcessingInstructions()
1089 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeProcessingInstructions()
1092 root=(XMLTreeRoot *) xml_info; in GetXMLTreeProcessingInstructions()
1094 root=(XMLTreeRoot *) root->root.parent; in GetXMLTreeProcessingInstructions()
1130 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeSibling()
1162 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in GetXMLTreeTag()
1548 static void ParseCharacterContent(XMLTreeRoot *root,char *xml, in ParseCharacterContent()
1573 static XMLTreeInfo *ParseCloseTag(XMLTreeRoot *root,char *tag, in ParseCloseTag()
1616 static void ParseProcessingInstructions(XMLTreeRoot *root,char *xml, in ParseProcessingInstructions()
1691 static MagickBooleanType ParseInternalDoctype(XMLTreeRoot *root,char *xml, in ParseInternalDoctype()
1917 static void ParseOpenTag(XMLTreeRoot *root,char *tag,char **attributes) in ParseOpenTag()
1984 XMLTreeRoot in NewXMLTree()
1996 root=(XMLTreeRoot *) NewXMLTreeTag((char *) NULL); in NewXMLTree()
2370 XMLTreeRoot in NewXMLTreeTag()
2373 root=(XMLTreeRoot *) AcquireMagickMemory(sizeof(*root)); in NewXMLTreeTag()
2374 if (root == (XMLTreeRoot *) NULL) in NewXMLTreeTag()
2424 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in PruneTagFromXMLTree()
2502 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in SetXMLTreeAttribute()
2588 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in SetXMLTreeContent()
2784 XMLTreeRoot in XMLTreeInfoToXML()
2789 (((XMLTreeRoot *) xml_info)->signature == MagickCoreSignature)); in XMLTreeInfoToXML()
2797 root=(XMLTreeRoot *) xml_info; in XMLTreeInfoToXML()
2799 root=(XMLTreeRoot *) root->root.parent; in XMLTreeInfoToXML()