com.ssx.xml.output
Interface AttributeList


public interface AttributeList

Represents a collection of XML Attributes


Method Summary
 Attribute getAttribute(int index)
           
 Iterator iterator()
           
 int size()
           
 

Method Detail

iterator

public Iterator iterator()
Returns:
An Iterator that can traverse all the Attributes in the collection

getAttribute

public Attribute getAttribute(int index)
Parameters:
index - The 0 based index of the attribute in the list
Returns:
Get an attribute from the list by index

size

public int size()
Returns:
The number of Attributes in the collection