axlDtdElement * axl_dtd_get_element ( axlDtd dtd,
const char *  name 
)

Allows to get the DTD element (axlDtdElement), inside the provided DTD (axlDtd), that represent the spefication for the node called by the provided name.

Parameters:
dtd The DTD (axlDtd) where the lookup will be performed.
name The element name to lookup.
Returns:
A reference to the axlDtdElement searched or NULL if fails. The function also returns NULL if values received are NULL.