Class TemplateRegistry.Finder<N>

java.lang.Object
eu.bandm.tools.xslt.base.TemplateRegistry.Finder<N>
Enclosing class:
TemplateRegistry

public class TemplateRegistry.Finder<N> extends Object
Realizes the finding of templates according to [Xslt 1.0:5.2]. The template infos have been collected and pre-organized acoordingly in a TemplateRegistry, e.g. when constructing a Transformation. This class is reusable; it could be unified with TemplateRegistry, but it has a type parameter N giving the node implementation to match. and TemplateRegistry doesn't.
The executive method is find(Object, NamespaceName).