|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | _xmlEntity |
Typedefs | |
| typedef struct _xmlHashTable | xmlEntitiesTable |
| typedef xmlEntitiesTable * | xmlEntitiesTablePtr |
Enumerations | |
| enum | xmlEntityType { XML_INTERNAL_GENERAL_ENTITY = 1 , XML_EXTERNAL_GENERAL_PARSED_ENTITY = 2 , XML_EXTERNAL_GENERAL_UNPARSED_ENTITY = 3 , XML_INTERNAL_PARAMETER_ENTITY = 4 , XML_EXTERNAL_PARAMETER_ENTITY = 5 , XML_INTERNAL_PREDEFINED_ENTITY = 6 } |
| typedef struct _xmlHashTable xmlEntitiesTable |
Definition at line 70 of file entities.h.
| typedef xmlEntitiesTable* xmlEntitiesTablePtr |
Definition at line 71 of file entities.h.
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 | ||
| ) |
Referenced by xmlSAX2EntityDecl(), and xmlSAX2UnparsedEntityDecl().
| XMLPUBFUN xmlEntityPtr XMLCALL xmlAddDtdEntity | ( | xmlDocPtr | doc, |
| const xmlChar * | name, | ||
| int | type, | ||
| const xmlChar * | ExternalID, | ||
| const xmlChar * | SystemID, | ||
| const xmlChar * | content | ||
| ) |
Referenced by xmlSAX2EntityDecl(), and xmlSAX2UnparsedEntityDecl().
| XMLPUBFUN xmlEntitiesTablePtr XMLCALL xmlCreateEntitiesTable | ( | void | ) |
Referenced by xmlHTMLEncodeSend().
| XMLPUBFUN void XMLCALL xmlFreeEntitiesTable | ( | xmlEntitiesTablePtr | table | ) |
Referenced by xmlSAX2GetEntity(), and xsltUnparsedEntityURIFunction().
Referenced by xmlSAX2GetParameterEntity().
| XMLPUBFUN xmlEntityPtr XMLCALL xmlGetPredefinedEntity | ( | const xmlChar * | name | ) |
Referenced by xmlParseEntityRef(), xmlParseStringEntityRef(), and xmlSAX2GetEntity().