|
ReactOS 0.4.16-dev-2132-g3885311
|


Go to the source code of this file.
Macros | |
| #define | XML_ENT_PARSED (1<<0) |
| #define | XML_ENT_CHECKED (1<<1) |
| #define | XML_ENT_EXPANDING (1<<2) |
| #define | XML_ENT_CHECKED_LT (1<<3) |
| #define | XML_ENT_CONTAINS_LT (1<<4) |
Functions | |
| XML_HIDDEN xmlChar * | xmlEncodeAttributeEntities (xmlDocPtr doc, const xmlChar *input) |
| #define XML_ENT_CHECKED (1<<1) |
Definition at line 15 of file entities.h.
| #define XML_ENT_CHECKED_LT (1<<3) |
Definition at line 17 of file entities.h.
| #define XML_ENT_CONTAINS_LT (1<<4) |
Definition at line 18 of file entities.h.
| #define XML_ENT_EXPANDING (1<<2) |
Definition at line 16 of file entities.h.
| #define XML_ENT_PARSED (1<<0) |
Definition at line 14 of file entities.h.
| XML_HIDDEN xmlChar * xmlEncodeAttributeEntities | ( | xmlDocPtr | doc, |
| const xmlChar * | input | ||
| ) |