The ReadOnlyAttributes class of the com.ms.xml.util package encapsulates a read-only list of Attribute objects.
public class ReadOnlyAttributes { // Constructors public ReadOnlyAttributes(); public ReadOnlyAttributes(Vector v); public ReadOnlyAttributes(int elems); // Methods public Enumeration attributes(); public Object get(Name name); public Attribute lookup(Name name); public int size(); public String toString(); }