Package gnu.kawa.xml

Class IntersectNodes

  • All Implemented Interfaces:
    Named

    public class IntersectNodes
    extends Procedure2
    Get the union of two node lists. Implements the XQuery 'intersect' and 'except' operators.
    • Constructor Detail

      • IntersectNodes

        public IntersectNodes​(boolean isExcept)
    • Method Detail

      • apply2

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