Package gnu.kawa.xslt

Class TemplateTable


  • public class TemplateTable
    extends java.lang.Object
    Manages the set of xslt templates that have the same 'mode'.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)