fop 0.94

org.apache.fop.image.analyser
Interface XMLReader.Converter

Enclosing class:
XMLReader

public static interface XMLReader.Converter

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


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

Method Detail

convert

FopImage.ImageInfo convert(org.w3c.dom.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

fop 0.94

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