|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URILocator | |
---|---|
net.ontopia.infoset.impl.basic | The in-memory implementation of the core information set interfaces. |
net.ontopia.topicmaps.nav.utils.comparators | Provides Comparators which are used by the Navigator. |
net.ontopia.topicmaps.utils | This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. |
net.ontopia.utils | Contains utility classes and generic interfaces. |
Uses of URILocator in net.ontopia.infoset.impl.basic |
---|
Methods in net.ontopia.infoset.impl.basic that return URILocator | |
---|---|
static URILocator |
URILocator.create(java.lang.String uriAddress)
INTERNAL: Parses the URI and returns an instance of URILocator if the URI is valid. |
Uses of URILocator in net.ontopia.topicmaps.nav.utils.comparators |
---|
Fields in net.ontopia.topicmaps.nav.utils.comparators declared as URILocator | |
---|---|
protected static URILocator |
NameComparator.SORT_LOCATOR
|
Uses of URILocator in net.ontopia.topicmaps.utils |
---|
Uses of URILocator in net.ontopia.utils |
---|
Methods in net.ontopia.utils that return URILocator | |
---|---|
static URILocator |
URIUtils.getFileURI(java.io.File file)
INTERNAL: Given a File object, produce a corresponding URILocator object in the file: URI scheme. |
static URILocator |
URIUtils.getURI(java.lang.String uri_or_filename)
INTERNAL: Turns a string containing a url or a filename into a proper LocatorIF object. |
static URILocator |
URIUtils.getURILocator(java.lang.String uri)
INTERNAL: Return URILocator from uri string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |