asposediagram.api

Class SolutionXMLCollection

SolutionXML collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
methodget(name)
Gets the element at the specified attribute Name. Returns null if an element is not exist.
 
Method Summary
methodadd(solutionXml)
Add the SolutionXML in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(solutionXml)
Remove the SolutionXML from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
      • get : SolutionXML 

        SolutionXML get(name)
        
        Gets the element at the specified attribute Name. Returns null if an element is not exist.
        Parameters:
        name -
        Returns:
    • Method Detail

      • add

        int add(solutionXml)
        Add the SolutionXML in the collection.
        Parameters:
        solutionXml: SolutionXML -
        Returns:
      • remove

         remove(solutionXml)
        Remove the SolutionXML from the collection.
        Parameters:
        solutionXml: SolutionXML -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.