public interface URI extends Resource
URIUtil.getLocalNameIndex(String)| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares a URI object to another object.
|
String |
getLocalName()
Gets the local name of this URI.
|
String |
getNamespace()
Gets the namespace of this URI.
|
int |
hashCode()
The hash code of a URI is defined as the hash code of its
String-representation: toString().hashCode.
|
String |
toString()
Returns the String-representation of this URI.
|
stringValueString toString()
String getNamespace()
String getLocalName()
boolean equals(Object o)
Copyright © 2001-2014 Aduna. All Rights Reserved.