Package gnu.kawa.xslt

Class ApplyTemplates

    • Field Detail

      • applyTemplatesProc

        public static final ApplyTemplates applyTemplatesProc
    • Method Detail

      • numArgs

        public int numArgs()
        Description copied from class: Procedure
        Return minArgs()|(maxArgs<<12). We use a single virtual function to reduce the number of methods in the system, as well as the number of virtual method table entries. We shift by 12 so the number can normally be represented using a sipush instruction, without requiring a constant pool entry.
        Overrides:
        numArgs in class Procedure
      • applyTemplates$C

        public static void applyTemplates$C​(java.lang.String select,
                                            Symbol mode,
                                            Consumer out)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • applyTemplates$X

        public static void applyTemplates$X​(java.lang.String select,
                                            Symbol mode,
                                            CallContext ctx)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • applyToConsumer

        public static java.lang.Object applyToConsumer​(Procedure proc,
                                                       CallContext ctx)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable