The Attribute class of the com.ms.xml.util package encapsulates an XML Name and value pair.
public class Attribute { // Constructors public Attribute(); public Attribute(Name n, Object v); // Methods public Name getName(); public Object getValue(); }