Interface IZosLibertyServerXmlElementList


public interface IZosLibertyServerXmlElementList
An IZosLibertyServerXmlElementList contains a list of XML elements
  • Method Details

    • add

      void add(String elementName, Map<String,String> attributes)
      Put an XML element in the element list
      Parameters:
      elementName - - The name of the element to add
      attributes - - A HashMapinvalid input: '<'String, String> of attributes
    • entries

      Get a collection of XML elements in the element list
      Returns:
      collection of XML elements
    • clear

      void clear()
      Clear the XML element list