Perform whatever steps are required to resolve this component.
Resolution is performed in the context of the namespace to which the
component belongs. Invoking this method may fail to complete the
resolution process if the component itself depends on unresolved
components. The sole caller of this should be _NamespaceResolution_mixin.resolveDefinitions.
This method is permitted (nay, encouraged) to raise an exception if
resolution requires interpreting a QName and the named component cannot
be found.
Override this in the child class. In the prefix, if isResolved is true, return right away. If something
prevents you from completing resolution, invoke self._queueForResolution() (so
it is retried later) and immediately return self. Prior to leaving after
successful resolution discard any cached dom node by setting
self.__domNode=None .
- Returns:
self , whether or not resolution succeeds.
- Raises:
|