@MustImplementEqualsAndHashcode @MustImplementComparable public interface IMicroQName extends com.helger.commons.compare.IComparable<IMicroQName>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(IMicroQName o) |
default QName |
getAsXMLQName() |
default QName |
getAsXMLQName(String sPrefix) |
String |
getName() |
String |
getNamespaceURI()
Get the namespace URI
|
default boolean |
hasNamespaceURI()
Check if a namespace URI is present.
|
default boolean |
hasNamespaceURI(String sNamespaceURI)
Check if the specified namespace URI is present.
|
default boolean |
hasNoNamespaceURI()
Check if no namespace URI is present.
|
@Nullable String getNamespaceURI()
null if no namespace URI is present.default boolean hasNamespaceURI()
true if a specified namespace URI is present,
false otherwisedefault boolean hasNoNamespaceURI()
true if no namespace URI is present,
false otherwisedefault boolean hasNamespaceURI(@Nullable String sNamespaceURI)
sNamespaceURI - The namespace URI to check. May not be null.true if the specified namespace URI matches the URI of
this name, false otherwise@Nonnull @Nonempty String getName()
null.default int compareTo(@Nonnull IMicroQName o)
compareTo in interface Comparable<IMicroQName>@Nonnull default QName getAsXMLQName()
Copyright © 2014–2021 Philip Helger. All rights reserved.