public final class PrefixEntry extends Object implements Serializable, Comparable<PrefixEntry>
Modifier and Type | Field and Description |
---|---|
static PrefixEntry[] |
EMPTY_LIST
An empty array of prefix/namespace associations.
|
Namespace |
namespace
The namespace represented by the prefix.
|
String |
prefix
The prefix representing the namespace.
|
Constructor and Description |
---|
PrefixEntry(String prefix,
Namespace namespace)
Constructs an association prefix/namespace.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PrefixEntry other) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public final String prefix
public final Namespace namespace
public static final PrefixEntry[] EMPTY_LIST
public int compareTo(PrefixEntry other)
compareTo
in interface Comparable<PrefixEntry>