org.foray.fotree.fo
Class ObjectMakerFO
java.lang.Object
org.foray.fotree.fo.ObjectMakerFO
public final class ObjectMakerFO
- extends Object
Factory class for creating objects in the "fo:" (Formatting Objects)
namespace.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
makeObject
public static FObj makeObject(String objectName,
FObj parent,
PropertyList propertyList,
Locator locator)
throws org.axsl.fo.FoTreeException
- Converts an unparsed XSL-FO element into an FObj instance that can be
added to the FO Tree.
- Parameters:
objectName - The unparsed XSL-FO element name.parent - The parent FObj.propertyList - The property list of the parent FObj.locator - The SAX Locator object.
- Returns:
- The new FObj instance for this XSL-FO element.
- Throws:
org.axsl.fo.FoTreeException - For errors during Fo construction.
Copyright © 2017. All rights reserved.