XFA4J

com.adobe.xfa.data
Class DataModelFactory

java.lang.Object
  extended by com.adobe.xfa.ModelFactory
      extended by com.adobe.xfa.data.DataModelFactory

public final class DataModelFactory
extends ModelFactory

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


Constructor Summary
DataModelFactory()
          Instantiates a data model factory.
 
Method Summary
 void reset()
           
 void setOption(java.lang.String optionName, java.lang.String optionValue, boolean bCritical)
          Sets a data loading option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataModelFactory

public DataModelFactory()
Instantiates a data model factory.

Method Detail

setOption

public void setOption(java.lang.String optionName,
                      java.lang.String optionValue,
                      boolean bCritical)
Sets a data loading option.

Overrides:
setOption in class ModelFactory
Parameters:
optionName - the name of the option
optionValue - the value of the option
bCritical - if true, then any future attempts to set this option on this DataModelFactory are rejected.

reset

public void reset()

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.