| 
resolveToInterface ( name,  iface )
 Find nearest context to namethat supportsiface        Return a tuple of the form (context, remainingName), wherecontextis the context nearest tonamethat supports interfaceiface, andremainingNameis the portion ofnamethat is relative tocontext.  That is,remainingNameinterpreted relative tocontextshould be the same name asnamerelative to the context this method
        is called on. |