|
ReactOS 0.4.16-dev-2132-g3885311
|


Go to the source code of this file.
Classes | |
| struct | _xmlEntity |
Macros | |
| #define | XML_TREE_INTERNALS |
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 } |
| #define XML_TREE_INTERNALS |
Definition at line 15 of file entities.h.
| 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 26 of file entities.h.
| XMLPUBFUN xmlEntityPtr xmlAddDocEntity | ( | xmlDocPtr | doc, |
| const xmlChar * | name, | ||
| int | type, | ||
| const xmlChar * | ExternalID, | ||
| const xmlChar * | SystemID, | ||
| const xmlChar * | content | ||
| ) |
Referenced by xmlSAX2EntityDecl(), and xmlSAX2UnparsedEntityDecl().
| XMLPUBFUN xmlEntityPtr xmlAddDtdEntity | ( | xmlDocPtr | doc, |
| const xmlChar * | name, | ||
| int | type, | ||
| const xmlChar * | ExternalID, | ||
| const xmlChar * | SystemID, | ||
| const xmlChar * | content | ||
| ) |
Referenced by xmlSAX2EntityDecl(), and xmlSAX2UnparsedEntityDecl().
| XMLPUBFUN xmlEntitiesTablePtr xmlCreateEntitiesTable | ( | void | ) |
Referenced by node_put_text().
Referenced by node_set_content_escaped().
| XMLPUBFUN void xmlFreeEntitiesTable | ( | xmlEntitiesTablePtr | table | ) |
Referenced by xmlSAX2GetEntity(), and xsltUnparsedEntityURIFunction().
Referenced by xmlSAX2GetParameterEntity().
Referenced by xmlParseEntityRef(), xmlParseStringEntityRef(), and xmlSAX2GetEntity().