|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.ModelFactory
com.adobe.xfa.data.DataModelFactory
public final class DataModelFactory
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 |
|---|
public DataModelFactory()
| Method Detail |
|---|
public void setOption(java.lang.String optionName,
java.lang.String optionValue,
boolean bCritical)
setOption in class ModelFactoryoptionName - the name of the optionoptionValue - the value of the optionbCritical - if true, then any future attempts to set this option
on this DataModelFactory are rejected.public void reset()
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||