org.apache.fop.fo

Class ElementMapping.Maker

Enclosing Class:
ElementMapping
Known Direct Subclasses:
UnknownXMLObj.Maker

public static class ElementMapping.Maker
extends java.lang.Object

Base class for all Makers. It is responsible to return the right kind of FONode for a particular element.

Method Summary

FONode
make(FONode parent)
Creates a new FONode (or rather a specialized subclass of it).

Method Details

make

public FONode make(FONode parent)
Creates a new FONode (or rather a specialized subclass of it).
Parameters:
parent - the parent FONode
Returns:
the newly created FONode instance

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