public static class AttributeList.AttributeEntry extends Object
| Constructor and Description |
|---|
AttributeList.AttributeEntry(String namespace,
String name,
String value)
Creates a new attribute entry for the given name and value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares this attribute entry for equality with an other object.
|
String |
getName()
Returns the attribute name.
|
String |
getNamespace()
Returns the attribute namespace (which can be null).
|
String |
getValue()
Returns the value of this attribute entry.
|
int |
hashCode()
Computes a hashcode for this attribute entry.
|
public AttributeList.AttributeEntry(String namespace, String name, String value)
namespace - the namespace of the attribute.name - the attribute name (null not permitted).value - the attribute value (null not permitted).public String getName()
public String getValue()
public String getNamespace()
public boolean equals(Object o)