Package gnu.kawa.xml

Class MakeText

    • Field Detail

      • makeText

        public static final MakeText makeText
    • 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
      • apply1

        public java.lang.Object apply1​(java.lang.Object arg)
        Overrides:
        apply1 in class Procedure
      • text$X

        public static void text$X​(java.lang.Object arg,
                                  CallContext ctx)
      • applyToConsumer

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