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
This class contains all the script functionality associated with the
DataNode class. Broken out into a separate class for easier maintainability.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetContains(Obj pObj, Arg oRetVal) static voidgetContentType(Obj pObj, Arg oRetVal) static voidstatic ScriptTablestatic voidstatic booleanscriptPropResolveAssociation(Obj obj, Arg retVal, String aAssociationName) static voidsetContains(Obj pObj, Arg propertyValue) static voidsetContentType(Obj pObj, Arg propertyValue) static voidstatic voidMethods 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, setPropMethods inherited from class com.adobe.xfa.NodeScript
classAll, classIndex, getAll, getIndex, getModel, getName, getNodes, getParent, getSomExpression, isContainer, resolveNode, resolveNodes, scriptPropLocateChildByClass, scriptPropLocateChildByName, setNameMethods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
Constructor Details
-
DataNodeScript
public DataNodeScript()
-
-
Method Details
-
getScriptTable
-
getContains
-
getContentType
-
getIsNull
-
getValue
-
setContains
-
setContentType
-
setIsNull
-
setValue
-
scriptPropResolveAssociation
-