@MustImplementEqualsAndHashcode @MustImplementComparable public interface IMicroQName extends Serializable
| Modifier and Type | Method and Description |
|---|---|
QName |
getAsXMLQName() |
QName |
getAsXMLQName(String sPrefix) |
String |
getName() |
String |
getNamespaceURI()
Get the namespace URI
|
boolean |
hasNamespaceURI()
Check if a namespace URI is present.
|
boolean |
hasNamespaceURI(String sNamespaceURI)
Check if the specified namespace URI is present.
|
boolean |
hasNoNamespaceURI()
Check if no namespace URI is present.
|
@Nullable String getNamespaceURI()
null if no namespace URI is present.boolean hasNamespaceURI()
true if a specified namespace URI is present,
false otherwiseboolean hasNoNamespaceURI()
true if no namespace URI is present,
false otherwiseboolean 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.@Nonnull QName getAsXMLQName()
Copyright © 2014–2016 Philip Helger. All rights reserved.