Home >Online Product Documentation >Table of Contents >Declaring an XSLT Extension Function
Extension functions must have one of the following signatures:
public Object FxnName() public Object FxnName(Type1 var1, Type2 var2,...) public static Object FxnName() public static Object FxnName(Type1 var1, Type2 var2,...)
A class that contains an extension function might look like the following: