Class BrowserSettingDefinitionList

    • Field Detail

      • NODE_BROWSER_SETTING_LIST

        public static final java.lang.String NODE_BROWSER_SETTING_LIST
        Tag name identifier for this framework object
        See Also:
        Constant Field Values
    • Constructor Detail

      • BrowserSettingDefinitionList

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

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

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

      • getBrowserSettingDefinition

        public BrowserSettingDefinition getBrowserSettingDefinition​(java.lang.String key)
        Returns the browser setting definition associated with the given key
        Parameters:
        key - id of the browser setting definition to search
        Returns:
        the browser setting definition object associated with the requested key. Returns null if none found.