axlDtdAttribute * axl_dtd_get_attr ( axlDtd dtd,
const char *  nodeName 
)

Allows to get the set of attribute declerations for a particular node.

The axlDtdAttribute declaration contains all constraints configured for attributes found for the particular xml node (identified by name).

Parameters:
dtd A reference to the DTD document.
nodeName The xml node that is requested to return all attribute declarations.
Returns:
A reference to the axlDtdAttribute or NULL if it fails.