gnu.kawa.xml

Class UnionNodes

public class UnionNodes extends Procedure2 implements Inlineable

Get the union of two node lists. Implements the XQuery '|' or 'union' operator.
Field Summary
static UnionNodesunionNodes
Method Summary
Objectapply2(Object vals1, Object vals2)
voidcompile(ApplyExp exp, Compilation comp, Target target)
TypegetReturnType(Expression[] args)

Field Detail

unionNodes

public static final UnionNodes unionNodes

Method Detail

apply2

public Object apply2(Object vals1, Object vals2)

compile

public void compile(ApplyExp exp, Compilation comp, Target target)

getReturnType

public Type getReturnType(Expression[] args)