com.renderx.xep.Formatter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlcalabash-extension-stubs Show documentation
Show all versions of xmlcalabash-extension-stubs Show documentation
This artifact defines API stubs for compiling extension classes.
The newest version!
package com.renderx.xep;
import com.renderx.xep.lib.ConfigurationException;
import com.renderx.xep.lib.Logger;
import java.io.IOException;
import javax.xml.transform.Source;
import org.xml.sax.ContentHandler;
import org.xml.sax.SAXException;
public interface Formatter {
void render(Source source, FOTarget fot) throws SAXException, IOException;
void render(Source source, FOTarget fot, Logger logger) throws SAXException, IOException;
ContentHandler createContentHandler(String string, FOTarget fot) throws ConfigurationException;
ContentHandler createContentHandler(String string, FOTarget fot, Logger logger) throws SAXException, IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy