Implementations of this interface must be immutable or behave as if they were immutable, i.e. {@link #getPrefix()} and {@link #getNamespaceURI()} must always return the samevalues when invoked on the same instance.
Implementations must override {@link Object#equals(Object)} and {@link Object#hashCode()}. Two {@link OMNamespace} instances are considered equal if their namespace URIs and prefixes areequal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|