com.novell.xsl.functions
Class xsltUnparsedEntityURI

java.lang.Object
  extended bycom.novell.xml.xpath.Function
      extended bycom.novell.xsl.functions.xsltUnparsedEntityURI

public class xsltUnparsedEntityURI
extends Function

Implementation of XSLT unparsed-entity-uri() function


Constructor Summary
xsltUnparsedEntityURI()
          Construct an object for the unparsed-entity-uri() function
 
Method Summary
 ExpressionValue invoke(Object[] args)
          Perform unparsed-entity-uri() function
 String toString()
          Return function name.
 
Methods inherited from class com.novell.xml.xpath.Function
getInstance, getSignature, isConstant, registerForReset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

xsltUnparsedEntityURI

public xsltUnparsedEntityURI()
Construct an object for the unparsed-entity-uri() function

Method Detail

invoke

public ExpressionValue invoke(Object[] args)
                       throws XPathEvaluationException
Perform unparsed-entity-uri() function

Overrides:
invoke in class Function
Parameters:
args - List of arguments. First and seconds args are context node and expression context Third argument is a string giving the name of the unparsed entity for which to return the URI
Returns:
An StringValue containing the URI, or the empty string if the unparsed entiry isn't found
Throws:
XPathEvaluationException

toString

public String toString()
Return function name.

Returns:
Function name.