bool axl_dtd_element_is_toplevel ( axlDtd dtd,
axlDtdElement element 
)

Allows to check if the provided DTD ELEMENT representation is a top level definition.

Parameters:
dtd The DTD document where the operation will be performed.
element The axlDtdElement to check.
Returns:
true if the dtd element is a top level element or false if not. The function returns false if the provided reference is NULL.