org.foray.fotree.axsl
Class ObjectMakerAxsl

java.lang.Object
  extended by org.foray.fotree.axsl.ObjectMakerAxsl

public final class ObjectMakerAxsl
extends Object

Factory class for creating formatting objects in the "axsl" namespace.


Method Summary
static FObj makeObject(String objectName, FObj parent, PropertyList propertyList, Locator locator)
          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
 

Method Detail

makeObject

public static FObj makeObject(String objectName,
                              FObj parent,
                              PropertyList propertyList,
                              Locator locator)
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.
locator - The SAX Locator object.
Returns:
The new FObj instance for this extension element.


Copyright © 2017. All rights reserved.