Package com.adobe.xfa
Class NodeScript
java.lang.Object
com.adobe.xfa.ObjScript
com.adobe.xfa.NodeScript
- Direct Known Subclasses:
ElementScript
This class contains all the script functionality associated with the
Node class. Broken out into a separate class for easier maintainability.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
classIndex
(Obj pObj, Arg oRetVal) static void
static void
static void
static void
static void
static void
static ScriptTable
static void
getSomExpression
(Obj pObj, Arg oRetVal) static void
isContainer
(Obj pObj, Arg oRetVal) static void
resolveNode
(Obj pObj, Arg oRetVal, Arg[] pArgs) static void
resolveNodes
(Obj pObj, Arg oRetVal, Arg[] pArgs) static boolean
scriptPropLocateChildByClass
(Obj obj, Arg retVal, String sChildName) static boolean
scriptPropLocateChildByName
(Obj obj, Arg retVal, String sChildName) static void
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
Constructor Details
-
NodeScript
public NodeScript()
-
-
Method Details
-
getScriptTable
-
classAll
-
classIndex
-
getAll
-
getIndex
-
getModel
-
getName
-
getNodes
-
getParent
-
getSomExpression
-
isContainer
-
setName
-
resolveNode
-
resolveNodes
-
scriptPropLocateChildByClass
-
scriptPropLocateChildByName
-