public interface LocatorIF
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
PUBLIC: Returns the locator address in absolute and normalized
form.
|
String |
getExternalForm()
PUBLIC: Returns the address of the locator in external form; that
is, with special characters that need to be escaped escaped using
the escape syntax of the locator notation.
|
String |
getNotation()
PUBLIC: Gets the locator notation.
|
LocatorIF |
resolveAbsolute(String address)
PUBLIC: Given a locator address string that is relative to this
locator, return an absolute locator.
|
String getNotation()
Note that only the URI notation is supported in release OKS 4.0 and newer.
String getAddress()
LocatorIF resolveAbsolute(String address)
String getExternalForm()