Class XmlSettingBundle.SettingSection

    • Method Detail

      • getName

        public String getName()
        Gets the name of this section.
        Returns:
        the section name.
      • getAttribute

        public String getAttribute​(String attribute)
        Gets the value of the specified section's attribute.
        Parameters:
        attribute - the attribute identifier.
        Returns:
        the value of the given attribute or null if no such attribute exists.
      • attributeSet

        public Set<String> attributeSet()
        Gets all the names of the attribute of this section.
        Returns:
        a set of attribute names.