Package com.adobe.xfa.data
Class DataNodeScript
- java.lang.Object
-
- com.adobe.xfa.ObjScript
-
- com.adobe.xfa.NodeScript
-
- com.adobe.xfa.ElementScript
-
- com.adobe.xfa.data.DataNodeScript
-
public class DataNodeScript extends ElementScript
This class contains all the script functionality associated with the DataNode class. Broken out into a separate class for easier maintainability.
-
-
Constructor Summary
Constructors Constructor Description DataNodeScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
getContains(Obj pObj, Arg oRetVal)
static void
getContentType(Obj pObj, Arg oRetVal)
static void
getIsNull(Obj pObj, Arg oRetVal)
static ScriptTable
getScriptTable()
static void
getValue(Obj pObj, Arg oRetVal)
static boolean
scriptPropResolveAssociation(Obj obj, Arg retVal, java.lang.String aAssociationName)
static void
setContains(Obj pObj, Arg propertyValue)
static void
setContentType(Obj pObj, Arg propertyValue)
static void
setIsNull(Obj pObj, Arg propertyValue)
static void
setValue(Obj pObj, Arg propertyValue)
-
Methods inherited from class com.adobe.xfa.ElementScript
applyXSL, assignNode, assignNodePermsCheck, clone, getAttribute, getElement, getId, 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, getName, getNodes, getParent, getSomExpression, isContainer, resolveNode, resolveNodes, scriptPropLocateChildByClass, scriptPropLocateChildByName, setName
-
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
-
-
-
Method Detail
-
getScriptTable
public static ScriptTable getScriptTable()
-
-