public class ImageInputHandler extends InputHandler
log, sourcefile
Constructor and Description |
---|
ImageInputHandler(java.io.File imagefile,
java.io.File xsltfile,
java.util.Vector params)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
protected javax.xml.transform.Source |
createMainSource()
Creates a Source for the main input file.
|
protected javax.xml.transform.Source |
createXSLTSource()
Creates a Source for the selected stylesheet.
|
createCatalogResolver, error, fatalError, renderTo, renderTo, transformTo, transformTo, warning
public ImageInputHandler(java.io.File imagefile, java.io.File xsltfile, java.util.Vector params)
imagefile
- the image filexsltfile
- XSLT file (may be null in which case the default stylesheet is used)params
- Vector of command-line parameters (name, value,
name, value, ...) for XSL stylesheet, null if noneprotected javax.xml.transform.Source createMainSource()
createMainSource
in class InputHandler
protected javax.xml.transform.Source createXSLTSource()
createXSLTSource
in class InputHandler
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.