Class JavaScriptInfoList

    • Field Detail

      • NODE_JAVASCRIPTS

        public static final java.lang.String NODE_JAVASCRIPTS
        See Also:
        Constant Field Values
      • EVENT_ONLOAD

        public static final java.lang.String EVENT_ONLOAD
        String to represent the argument name which specifies the javascript ONLOAD event.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JavaScriptInfoList

        public JavaScriptInfoList()
        Class constructor. Initializes a new -empty- instance of the JavaScriptInfoList class.
      • JavaScriptInfoList

        public JavaScriptInfoList​(org.w3c.dom.Node root)
        Class constructor. Initializes a JavaScriptInfoList instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the shortcut list information.
      • JavaScriptInfoList

        public JavaScriptInfoList​(org.w3c.dom.Document doc)
        Class constructor. Initializes a JavaScriptInfoList instance based on the information included in the DOM Document
        Parameters:
        doc - Document instance representing the shortcut list information.
    • Method Detail

      • getJavaScriptInfo

        public JavaScriptInfo getJavaScriptInfo​(java.lang.String name)
        Retrieve a JavaScriptInfo by the name that it is associated with.
        Parameters:
        name - The name of the JavaScriptInfo.
        Returns:
        the JavaScriptInfo associated with the given name