CimXMLHandler.handleFeature() must take into account the absence of object
This may happen when a string attribute has an XML value: instead of an unknown feature error, we got a generic problem error and the rest of loading is not done. This last behavior is caused by the call to getFeature() with a null object.