#include <libxml/xmlversion.h>#include <libxml/tree.h>Go to the source code of this file.
| typedef struct _xmlHashTable xmlEntitiesTable |
Definition at line 67 of file entities.h.
| typedef xmlEntitiesTable* xmlEntitiesTablePtr |
Definition at line 68 of file entities.h.
| enum xmlEntityType |
| XML_INTERNAL_GENERAL_ENTITY | |
| XML_EXTERNAL_GENERAL_PARSED_ENTITY | |
| XML_EXTERNAL_GENERAL_UNPARSED_ENTITY | |
| XML_INTERNAL_PARAMETER_ENTITY | |
| XML_EXTERNAL_PARAMETER_ENTITY | |
| XML_INTERNAL_PREDEFINED_ENTITY |
Definition at line 24 of file entities.h.
| XMLPUBFUN xmlEntityPtr XMLCALL xmlAddDocEntity | ( | xmlDocPtr | doc, | |
| const xmlChar * | name, | |||
| int | type, | |||
| const xmlChar * | ExternalID, | |||
| const xmlChar * | SystemID, | |||
| const xmlChar * | content | |||
| ) |
| XMLPUBFUN xmlEntityPtr XMLCALL xmlAddDtdEntity | ( | xmlDocPtr | doc, | |
| const xmlChar * | name, | |||
| int | type, | |||
| const xmlChar * | ExternalID, | |||
| const xmlChar * | SystemID, | |||
| const xmlChar * | content | |||
| ) |
| XMLPUBFUN xmlEntitiesTablePtr XMLCALL xmlCreateEntitiesTable | ( | void | ) |
| XMLPUBFUN void XMLCALL xmlFreeEntitiesTable | ( | xmlEntitiesTablePtr | table | ) |
| XMLPUBFUN xmlEntityPtr XMLCALL xmlGetDocEntity | ( | xmlDocPtr | doc, | |
| const xmlChar * | name | |||
| ) |
| XMLPUBFUN xmlEntityPtr XMLCALL xmlGetDtdEntity | ( | xmlDocPtr | doc, | |
| const xmlChar * | name | |||
| ) |
| XMLPUBFUN xmlEntityPtr XMLCALL xmlGetParameterEntity | ( | xmlDocPtr | doc, | |
| const xmlChar * | name | |||
| ) |
| XMLPUBFUN xmlEntityPtr XMLCALL xmlGetPredefinedEntity | ( | const xmlChar * | name | ) |