|
MagickCore 7.0.10
|
Data Fields | |
| struct _XMLTreeInfo | root |
| XMLTreeInfo * | node |
| WizardBooleanType | standalone |
| char *** | processing_instructions |
| char ** | entities |
| char *** | attributes |
| WizardBooleanType | debug |
| SemaphoreInfo * | semaphore |
| size_t | signature |
Definition at line 104 of file xml-tree.c.
| char *** _XMLTreeRoot::attributes |
Definition at line 118 of file xml-tree.c.
Referenced by DestroyXMLTreeRoot(), GetXMLTreeAttribute(), NewXMLTree(), NewXMLTreeTag(), ParseInternalDoctype(), and XMLTreeInfoToXML().
| WizardBooleanType _XMLTreeRoot::debug |
Definition at line 121 of file xml-tree.c.
Referenced by NewXMLTreeTag().
| char ** _XMLTreeRoot::entities |
Definition at line 117 of file xml-tree.c.
Referenced by DestroyXMLTreeRoot(), NewXMLTree(), NewXMLTreeTag(), ParseCharacterContent(), and ParseInternalDoctype().
| XMLTreeInfo* _XMLTreeRoot::node |
Definition at line 110 of file xml-tree.c.
Referenced by NewXMLTree(), NewXMLTreeTag(), ParseCharacterContent(), ParseCloseTag(), and ParseOpenTag().
| char*** _XMLTreeRoot::processing_instructions |
Definition at line 116 of file xml-tree.c.
Referenced by DestroyXMLTreeRoot(), GetXMLTreeProcessingInstructions(), NewXMLTreeTag(), ParseProcessingInstructions(), and XMLTreeInfoToXML().
| struct _XMLTreeInfo _XMLTreeRoot::root |
Definition at line 107 of file xml-tree.c.
Referenced by GetXMLTreeAttribute(), GetXMLTreeProcessingInstructions(), NewXMLTree(), NewXMLTreeTag(), ParseCloseTag(), ParseProcessingInstructions(), and XMLTreeInfoToXML().
| SemaphoreInfo* _XMLTreeRoot::semaphore |
Definition at line 124 of file xml-tree.c.
| size_t _XMLTreeRoot::signature |
Definition at line 127 of file xml-tree.c.
Referenced by NewXMLTreeTag().
| WizardBooleanType _XMLTreeRoot::standalone |
Definition at line 113 of file xml-tree.c.
Referenced by ParseInternalDoctype(), and ParseProcessingInstructions().