Package com.adobe.xfa

Class NodeListScript


  • public class NodeListScript
    extends ListBaseScript
    This class contains all the script functionality associated with the NodeList class. Broken out into a separate class for easier maintainability.
    • Constructor Detail

      • NodeListScript

        public NodeListScript()
    • Method Detail

      • namedItem

        public static void namedItem​(Obj pObj,
                                     Arg oRetVal,
                                     Arg[] pArgs)
        Static method for invoking functions in the script interface
      • getScriptTable

        public static ScriptTable getScriptTable()