gnu.kawa.xslt
Class TemplateTable

java.lang.Object
  extended by gnu.kawa.xslt.TemplateTable

public class TemplateTable
extends java.lang.Object

Manages the set of xslt templates that have the same 'mode'.


Constructor Summary
TemplateTable(Symbol mode)
           
 
Method Summary
 void enter(java.lang.String pattern, double priority, Procedure procedure)
           
 Procedure find(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateTable

public TemplateTable(Symbol mode)
Method Detail

enter

public void enter(java.lang.String pattern,
                  double priority,
                  Procedure procedure)

find

public Procedure find(java.lang.String name)