com.xmlcalabash.util
Class FoXEP

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

public class FoXEP
extends java.lang.Object
implements FoProcessor

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


Constructor Summary
FoXEP()
           
 
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

FoXEP

public FoXEP()
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