com.xmlcalabash.util
Class FoAH

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

public class FoAH
extends java.lang.Object
implements FoProcessor

Created by IntelliJ IDEA. User: ndw Date: 9/1/11 Time: 4:24 PM To change this template use File | Settings | File Templates.


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

FoAH

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