ReactOS 0.4.16-dev-2132-g3885311
entities.h File Reference
#include <libxml/tree.h>
#include <libxml/xmlstring.h>
Include dependency graph for entities.h:
This graph shows which files directly or indirectly include this file:

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 xmlCharxmlEncodeAttributeEntities (xmlDocPtr doc, const xmlChar *input)
 

Macro Definition Documentation

◆ XML_ENT_CHECKED

#define XML_ENT_CHECKED   (1<<1)

Definition at line 15 of file entities.h.

◆ XML_ENT_CHECKED_LT

#define XML_ENT_CHECKED_LT   (1<<3)

Definition at line 17 of file entities.h.

◆ XML_ENT_CONTAINS_LT

#define XML_ENT_CONTAINS_LT   (1<<4)

Definition at line 18 of file entities.h.

◆ XML_ENT_EXPANDING

#define XML_ENT_EXPANDING   (1<<2)

Definition at line 16 of file entities.h.

◆ XML_ENT_PARSED

#define XML_ENT_PARSED   (1<<0)

Definition at line 14 of file entities.h.

Function Documentation

◆ xmlEncodeAttributeEntities()

XML_HIDDEN xmlChar * xmlEncodeAttributeEntities ( xmlDocPtr  doc,
const xmlChar input 
)