gnu.kawa.xml

Class MakeWithBaseUri

public class MakeWithBaseUri extends NodeConstructor

A Procedure to create an included entity object, or set the base-uri property for a document or fragment. This procedure takes two paramaters: The base-uri, and the "contents".
Field Summary
static MakeWithBaseUrimakeWithBaseUri
Method Summary
voidapply(CallContext ctx)
voidcompileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
intnumArgs()

Field Detail

makeWithBaseUri

public static final MakeWithBaseUri makeWithBaseUri

Method Detail

apply

public void apply(CallContext ctx)

compileToNode

public void compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)

numArgs

public int numArgs()