java.lang.Object
org.apache.jackrabbit.webdav.xml.Namespace
Namespace
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
static Namespace
getNamespace
(String uri) static Namespace
getNamespace
(String prefix, String uri) getURI()
int
hashCode()
boolean
Returnstrue
if the aNamespace
built from the specifiednamespaceURI
is equal to this namespace object.
-
Field Details
-
EMPTY_NAMESPACE
-
XML_NAMESPACE
-
XMLNS_NAMESPACE
-
-
Method Details
-
getNamespace
-
getNamespace
-
getPrefix
-
getURI
-
isSame
Returnstrue
if the aNamespace
built from the specifiednamespaceURI
is equal to this namespace object.- Parameters:
namespaceURI
- A namespace URI to be compared to this namespace instance.- Returns:
- true if the a
Namespace
built from the specifiednamespaceURI
is equal to this namespace object; false otherwise.
-
hashCode
public int hashCode() -
equals
-