Home
last modified time | relevance | path

Searched refs:xmlEntityType (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dentities.h31 } xmlEntityType; typedef
52 xmlEntityType etype; /* The entity type */
/external/libxml2/
Dentities.c164 ret->etype = (xmlEntityType) type; in xmlCreateEntity()