Class ElementMapping.Maker

java.lang.Object
org.apache.fop.fo.ElementMapping.Maker
Direct Known Subclasses:
UnknownXMLObj.Maker
Enclosing class:
ElementMapping

public static class ElementMapping.Maker extends Object
Base class for all Makers. It is responsible to return the right kind of FONode for a particular element.
  • Constructor Details

    • Maker

      public Maker()
  • 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