com.jclark.xsl.expr

Class DocumentFunction

Implemented Interfaces:
Function

(package private) class DocumentFunction
extends java.lang.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

ConvertibleExpr
makeCallExpr(args[] , Node exprNode)

Method Details

makeCallExpr

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