org.foray.fotree.foray
Class ObjectMakerForay
java.lang.Object
org.foray.fotree.foray.ObjectMakerForay
public final class ObjectMakerForay
- extends Object
Factory class for creating formatting objects in the "foray" namespace.
Method Summary |
static FObj |
makeObject(String objectName,
FObj parent,
PropertyList propertyList)
Converts an unparsed extension element into an FObj instance that can be
added to the FO Tree. |
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)
- Converts an unparsed extension element into an FObj instance that can be
added to the FO Tree.
- Parameters:
objectName
- The unparsed extension element name.parent
- The parent FObj.propertyList
- The property list of the parent FObj.
- Returns:
- The new FObj instance for this extension element.
Copyright © 2017. All rights reserved.