Package com.adobe.xfa
Class PacketScript
java.lang.Object
com.adobe.xfa.ObjScript
com.adobe.xfa.NodeScript
com.adobe.xfa.ElementScript
com.adobe.xfa.PacketScript
This class contains all the script functionality associated with the
Packet class. Broken out into a separate class for easier maintainability.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetAttribute(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidgetContent(Obj pObj, Arg oRetVal) static ScriptTablestatic voidremoveAttribute(Obj pObj, Arg oRetVal, Arg[] pArgs) static booleanremoveAttributePermsCheck(Obj obj, Arg[] args) static voidsetAttribute(Obj pObj, Arg oRetVal, Arg[] pArgs) static booleansetAttributePermsCheck(Obj pObj, Arg[] pArgs) static voidsetContent(Obj pObj, Arg oArg) Methods inherited from class com.adobe.xfa.ElementScript
applyXSL, assignNode, assignNodePermsCheck, clone, getElement, getId, getIsNull, getNs, getOneOfChild, isPropertySpecified, loadXML, loadXMLPermsCheck, locateOneOf, locateProp, locatePropPeek, resolveNode, resolveNodes, saveFilteredXML, saveXML, 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
-
PacketScript
public PacketScript()
-
-
Method Details
-
getScriptTable
-
getAttribute
-
getContent
-
removeAttribute
-
setAttribute
-
setContent
-
removeAttributePermsCheck
-
setAttributePermsCheck
-