Package org.apache.jackrabbit.webdav.xml
Class Namespace
java.lang.Object
org.apache.jackrabbit.webdav.xml.Namespace
Namespace-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic NamespacegetNamespace(String uri) static NamespacegetNamespace(String prefix, String uri) getURI()inthashCode()booleanReturnstrueif the aNamespacebuilt from the specifiednamespaceURIis equal to this namespace object.
-
Field Details
-
EMPTY_NAMESPACE
-
XML_NAMESPACE
-
XMLNS_NAMESPACE
-
-
Method Details
-
getNamespace
-
getNamespace
-
getPrefix
-
getURI
-
isSame
Returnstrueif the aNamespacebuilt from the specifiednamespaceURIis equal to this namespace object.- Parameters:
namespaceURI- A namespace URI to be compared to this namespace instance.- Returns:
- true if the a
Namespacebuilt from the specifiednamespaceURIis equal to this namespace object; false otherwise.
-
hashCode
public int hashCode() -
equals
-