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. |
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
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.