gnu.kawa.xslt

Class 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(String pattern, double priority, Procedure procedure)
Procedure
find(String name)

Constructor Details

TemplateTable

public TemplateTable(Symbol mode)

Method Details

enter

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

find

public Procedure find(String name)