com.jclark.xsl.expr
Class DocumentFunction

java.lang.Object
  extended by com.jclark.xsl.expr.DocumentFunction
All Implemented Interfaces:
Function

 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.


Constructor Summary
DocumentFunction()
           
 
Method Summary
 ConvertibleExpr makeCallExpr(ConvertibleExpr[] args, Node exprNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFunction

DocumentFunction()
Method Detail

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] args,
                                    Node exprNode)
                             throws ParseException
Specified by:
makeCallExpr in interface Function
Throws:
ParseException