org.apache.fop.render.afp.extensions
Class AFPElement.Maker

java.lang.Object
  extended byorg.apache.fop.fo.FObj.Maker
      extended byorg.apache.fop.render.afp.extensions.AFPElement.Maker
Enclosing class:
AFPElement

public static class AFPElement.Maker
extends org.apache.fop.fo.FObj.Maker

The static Maker class responsible for building the AFPElement objects.


Constructor Summary
AFPElement.Maker(java.lang.String name)
          Constructor for the Maker object
 
Method Summary
 org.apache.fop.fo.FObj make(org.apache.fop.fo.FObj parent, org.apache.fop.fo.PropertyList propertyList, java.lang.String systemId, int line, int column)
          Implementation of the make method, responsible for building AFPElement objects for the element name specified on construction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFPElement.Maker

public AFPElement.Maker(java.lang.String name)
Constructor for the Maker object

Parameters:
name - The element name
Method Detail

make

public org.apache.fop.fo.FObj make(org.apache.fop.fo.FObj parent,
                                   org.apache.fop.fo.PropertyList propertyList,
                                   java.lang.String systemId,
                                   int line,
                                   int column)
                            throws org.apache.fop.apps.FOPException
Implementation of the make method, responsible for building AFPElement objects for the element name specified on construction.

Throws:
org.apache.fop.apps.FOPException