
Definition at line 100 of file xml-tree.c.
Data Fields | |
| struct _XMLTreeInfo | root |
| XMLTreeInfo * | node |
| MagickBooleanType | standalone |
| char *** | processing_instructions |
| char ** | entities |
| char *** | attributes |
| MagickBooleanType | debug |
| SemaphoreInfo * | semaphore |
| unsigned long | signature |
struct _XMLTreeInfo _XMLTreeRoot::root [read] |
Definition at line 102 of file xml-tree.c.
Referenced by GetXMLTreeAttribute(), GetXMLTreeProcessingInstructions(), NewXMLTree(), NewXMLTreeTag(), ParseCloseTag(), ParseProcessingInstructions(), and XMLTreeInfoToXML().
Definition at line 106 of file xml-tree.c.
Referenced by NewXMLTree(), NewXMLTreeTag(), ParseCharacterContent(), ParseCloseTag(), and ParseOpenTag().
Definition at line 109 of file xml-tree.c.
Referenced by ParseInternalDoctype(), and ParseProcessingInstructions().
Definition at line 112 of file xml-tree.c.
Referenced by DestroyXMLTree(), GetXMLTreeProcessingInstructions(), NewXMLTreeTag(), ParseProcessingInstructions(), and XMLTreeInfoToXML().
| char ** _XMLTreeRoot::entities |
Definition at line 112 of file xml-tree.c.
Referenced by DestroyXMLTree(), NewXMLTree(), NewXMLTreeTag(), ParseCharacterContent(), and ParseInternalDoctype().
| char *** _XMLTreeRoot::attributes |
Definition at line 112 of file xml-tree.c.
Referenced by DestroyXMLTree(), GetXMLTreeAttribute(), GetXMLTreeAttributes(), NewXMLTree(), NewXMLTreeTag(), ParseInternalDoctype(), SetXMLTreeAttribute(), and XMLTreeInfoToXML().
Definition at line 120 of file xml-tree.c.
| unsigned long _XMLTreeRoot::signature |
1.5.6