Class XsltCommonFunctions

java.lang.Object
org.docx4j.convert.out.common.XsltCommonFunctions

public class XsltCommonFunctions
extends java.lang.Object
This class contains common static functions, that get called from the PDF and HTML xsl-transformations. Methods, that are specific to a certain conversion, get implemented in their corresponding XsltxxxFunction classes.
The normal behaviour is to delegate this functions to the current context, that gets passed in.