jd.xml.xslt.extension.jd
Class JdFunctions

java.lang.Object
  extended byjd.xml.xslt.extension.jd.JdFunctions

public class JdFunctions
extends Object

My own extension functions. They are made available by an JavaExtensionHandler.


Constructor Summary
JdFunctions()
           
 
Method Summary
static String getLastError(XsltContext context)
          Return the last error caught by an jd:catch template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdFunctions

public JdFunctions()
Method Detail

getLastError

public static String getLastError(XsltContext context)
Return the last error caught by an jd:catch template.

See Also:
TryCatchTemplate