Class FONonXSLT

java.lang.Object
org.docx4j.samples.FONonXSLT

public class FONonXSLT extends Object
Running Xalan extension functions on Android is problematic: http://stackoverflow.com/questions/10579339/is-it-possible-to-call-a-java-extension-function-from-xalan-on-android and generating the XSL FO via Xalan + extension functions is a bit slow, so this uses TraversalUtils to generate XSL FO output without any need for Xalan or XSLT.
  • Constructor Details

    • FONonXSLT

      public FONonXSLT()
  • Method Details