Hi Nikolay,
On 10/18/10 11:26 AM, Nikolay Sivov wrote:
Get rid of ::get_dataType() forward to IXMLDOMNode interface
switch ( This->node->type ) { case XML_ELEMENT_NODE:
On of points of such patches is to get rid of such switches. In this case it seems like introducing new helper return_null_var, adding FIXME to extityref implementation and moving element-specific part to element.c is way to go. Also it would be nice to have consistent TRACEs, so moving them to node-specific objects would be nice.
Jacek