gnu.kawa.xml

Class SortNodes

public class SortNodes extends Procedure1 implements Inlineable

Sort argument nodes in document order. Uses the SortedNodes class to do the actual work.
Field Summary
static MethodcanonicalizeMethod
static MethodmakeSortedNodesMethod
static SortNodessortNodes
static ClassTypetypeSortedNodes
Method Summary
Objectapply1(Object values)
voidcompile(ApplyExp exp, Compilation comp, Target target)
TypegetReturnType(Expression[] args)

Field Detail

canonicalizeMethod

public static final Method canonicalizeMethod

makeSortedNodesMethod

public static final Method makeSortedNodesMethod

sortNodes

public static final SortNodes sortNodes

typeSortedNodes

public static final ClassType typeSortedNodes

Method Detail

apply1

public Object apply1(Object values)

compile

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

getReturnType

public Type getReturnType(Expression[] args)