Microsoft SDK for Java

Attribute Class

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();
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.