Simple C Expat Wrapper (SCEW)  1.1.7
Files | Functions
Hierarchy

Handle attribute's hierarchy. More...

Files

file  attribute.h
 SCEW attribute's handling routines.
 

Functions

SCEW_API scew_elementscew_attribute_parent (scew_attribute const *attribute)
 Returns the element that the given attribute belongs to. More...
 

Detailed Description

Handle attribute's hierarchy.

Function Documentation

SCEW_API scew_element* scew_attribute_parent ( scew_attribute const *  attribute)

Returns the element that the given attribute belongs to.

Precondition
attribute != NULL
Returns
the given attribute's element, or NULL if the attribute is an standalone attribute.