com.jclark.xsl.expr

Class DocumentFunction

class DocumentFunction extends Object implements Function

represents the XSLT Function: node-set document(object, node-set?) The document function allows access to XML documents other than the main source document.
Method Summary
ConvertibleExprmakeCallExpr(ConvertibleExpr[] args, Node exprNode)

Method Detail

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] args, Node exprNode)