com.xmlcalabash.util
Class FoFOP

java.lang.Object
  extended by com.xmlcalabash.util.FoFOP
All Implemented Interfaces:
FoProcessor

public class FoFOP
extends java.lang.Object
implements FoProcessor

Created by IntelliJ IDEA. User: ndw Date: 9/1/11 Time: 6:56 AM To change this template use File | Settings | File Templates.


Constructor Summary
FoFOP()
           
 
Method Summary
 void format(net.sf.saxon.s9api.XdmNode doc, java.io.OutputStream out, java.lang.String contentType)
           
 void initialize(XProcRuntime runtime, XStep step, java.util.Properties options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoFOP

public FoFOP()
Method Detail

initialize

public void initialize(XProcRuntime runtime,
                       XStep step,
                       java.util.Properties options)
Specified by:
initialize in interface FoProcessor

format

public void format(net.sf.saxon.s9api.XdmNode doc,
                   java.io.OutputStream out,
                   java.lang.String contentType)
Specified by:
format in interface FoProcessor