org.apache.fop.fo

Class UnknownXMLObj.Maker

Enclosing Class:
UnknownXMLObj

public static class UnknownXMLObj.Maker
extends ElementMapping.Maker

Inner class for an UnknownXMLObj Maker

Constructor Summary

Maker(String ns)
Construct the Maker

Method Summary

FONode
make(FONode parent)
Make an instance

Methods inherited from class org.apache.fop.fo.ElementMapping.Maker

make

Constructor Details

Maker

public Maker(String ns)
Construct the Maker
Parameters:
ns - the namespace for this Maker

Method Details

make

public FONode make(FONode parent)
Make an instance
Overrides:
make in interface ElementMapping.Maker
Parameters:
parent - FONode that is the parent of the object
Returns:
the created UnknownXMLObj

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