org.apache.fop.image.analyser

Interface XMLReader.Converter

public static interface XMLReader.Converter

This interface is to be implemented for XML to image converters.

Method Summary

FopImage.ImageInfo
convert(Document doc)
This method is called for a DOM document to be converted into an ImageInfo object.

Method Details

convert

public FopImage.ImageInfo convert(Document doc)
This method is called for a DOM document to be converted into an ImageInfo object.
Parameters:
doc - The DOM document to convert
Returns:
An ImageInfo object describing the image

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.