8#ifndef dom_internal_core_entityrererence_h_
9#define dom_internal_core_entityrererence_h_
20#define _dom_entity_reference_initialise _dom_node_initialise
21#define _dom_entity_reference_finalise _dom_node_finalise
27#define DOM_ER_PROTECT_VTABLE \
dom_exception
Definition exceptions.h:24
dom_exception _dom_entity_reference_get_textual_representation(dom_entity_reference *entity, dom_string **result)
Definition entity_ref.c:103
dom_exception _dom_entity_reference_create(dom_document *doc, dom_string *name, dom_string *value, dom_entity_reference **result)
Definition entity_ref.c:48
void _dom_entity_reference_destroy(dom_entity_reference *entity)
Definition entity_ref.c:83
void _dom_er_destroy(dom_node_internal *node)
Definition entity_ref.c:117
dom_exception _dom_er_copy(dom_node_internal *old, dom_node_internal **copy)
Definition entity_ref.c:123
Definition entity_ref.c:19