Package gnu.kawa.xml

Class NodeCompare

  • All Implemented Interfaces:
    Named

    public class NodeCompare
    extends Procedure2
    Compare nodes for document order. Implements the XQuery operators '<<', '>>', 'is', 'isnot'.
    • Constructor Detail

      • NodeCompare

        public NodeCompare()
    • Method Detail

      • make

        public static NodeCompare make​(java.lang.String name,
                                       int flags)
      • apply2

        public java.lang.Object apply2​(java.lang.Object arg1,
                                       java.lang.Object arg2)
        Specified by:
        apply2 in class Procedure2