read_element_property


Description:

public virtual bool read_element_property (DomNode parent, out DomNode element) throws Error

Creates a new DomElement and append it as a child of parent: for current read node, only if parent: have a property as DomElement type and current node have same local name as property element.

Returns: true if element is set to a new object and it is set as a child of parent: as a property.