Modifier and Type | Field and Description |
---|---|
String |
localName
The local name of this profiling attribute.
|
String |
nsURI
The namespace URI of this profiling attribute.
|
String[] |
values
The "tokens" comprising the value of this profiling attribute.
|
Constructor and Description |
---|
AttributeEntry(String nsURI,
String localName,
String[] values)
Constructs an entry.
|