org.apache.fop.fo
Class ElementMapping.Maker
java.lang.Object
org.apache.fop.fo.ElementMapping.Maker
- ElementMapping
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.
FONode | make(FONode parent) - Creates a new FONode (or rather a specialized subclass of it).
|
make
public FONode make(FONode parent)
Creates a new FONode (or rather a specialized subclass of it).
parent
- the parent FONode
- the newly created FONode instance
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.