com.novell.xsl.functions
Class xsltGenerateId

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

public class xsltGenerateId
extends Function


Constructor Summary
xsltGenerateId()
          Construct an object for the generate-id() function
 
Method Summary
 ExpressionValue invoke(Object[] args)
          Perform generate-id() 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

xsltGenerateId

public xsltGenerateId()
Construct an object for the generate-id() function

Method Detail

invoke

public ExpressionValue invoke(Object[] args)
                       throws XPathEvaluationException
Perform generate-id() function

Overrides:
invoke in class Function
Parameters:
args - List of arguments. First argument must be the context node. The second argument must be the expression context object The optional third argument is a NodeSet
Returns:
The string value of a unique id for the first node in the NodeSet.
Throws:
XPathEvaluationException

toString

public String toString()
Return function name.

Returns:
Function name.