Package com.adobe.xfa
Class ModelScript
- java.lang.Object
-
- com.adobe.xfa.ObjScript
-
- com.adobe.xfa.NodeScript
-
- com.adobe.xfa.ElementScript
-
- com.adobe.xfa.ModelScript
-
- Direct Known Subclasses:
DataModelScript
,FormModelScript
,TemplateModelScript
public class ModelScript extends ElementScript
This class contains all the script functionality associated with the Model class. Broken out into a separate class for easier maintainability.
-
-
Constructor Summary
Constructors Constructor Description ModelScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearErrorList(Obj pObj, Arg oRetVal, Arg[] pArgs)
static void
createNode(Obj pObj, Arg oRetVal, Arg[] pArgs)
static void
getAliasNode(Obj pObj, Arg oRetVal)
static void
getContext(Obj pObj, Arg oRetVal)
static void
getName(Obj pObj, Arg oRetVal)
static ScriptTable
getScriptTable()
static void
isCompatibleNS(Obj pObj, Arg oRetVal, Arg[] pArgs)
static void
setAliasNode(Obj pObj, Arg oArg)
static void
setContext(Obj pObj, Arg oArg)
static void
setName(Obj pObj, Arg oArg)
-
Methods inherited from class com.adobe.xfa.ElementScript
applyXSL, assignNode, assignNodePermsCheck, clone, getAttribute, getElement, getId, getIsNull, getNs, getOneOfChild, isPropertySpecified, loadXML, loadXMLPermsCheck, locateOneOf, locateProp, locatePropPeek, resolveNode, resolveNodes, saveFilteredXML, saveXML, setAttribute, setAttributePermsCheck, setElement, setElementPermsCheck, setId, setOneOfChild, setProp
-
Methods inherited from class com.adobe.xfa.NodeScript
classAll, classIndex, getAll, getIndex, getModel, getNodes, getParent, getSomExpression, isContainer, resolveNode, resolveNodes, scriptPropLocateChildByClass, scriptPropLocateChildByName
-
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
-
-
-
Method Detail
-
getScriptTable
public static ScriptTable getScriptTable()
-
-