XFA4J

com.adobe.xfa.template
Class TemplateModelFactory

java.lang.Object
  extended by com.adobe.xfa.ModelFactory
      extended by com.adobe.xfa.template.TemplateModelFactory

public final class TemplateModelFactory
extends ModelFactory

A class to represent XFA template model factories. A template model factory is used by an application model to create a template model where appropriate, when loading an XML file.


Constructor Summary
TemplateModelFactory()
          Instantiates a template model factory.
 
Method Summary
 void applyFixups(boolean bApply)
          Indicates whether to apply fixups on the template model after it's been loaded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateModelFactory

public TemplateModelFactory()
Instantiates a template model factory.

Method Detail

applyFixups

public void applyFixups(boolean bApply)
Indicates whether to apply fixups on the template model after it's been loaded.

Parameters:
bApply - apply fixups when true.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.