Uses of Interface
com.hp.hpl.jena.util.Locator

Packages that use Locator
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
 

Uses of Locator in com.hp.hpl.jena.util
 

Classes in com.hp.hpl.jena.util that implement Locator
 class LocatorClassLoader
           
 class LocatorFile
          Location files in the filing system.
 class LocatorURL
          Location files named by a URL
 

Methods in com.hp.hpl.jena.util that return types with arguments of type Locator
 Iterator<Locator> FileManager.locators()
          Return an iterator over all the handlers
 

Methods in com.hp.hpl.jena.util with parameters of type Locator
 void FileManager.addLocator(Locator loc)
          Add a locator to the end of the locators list
 void FileManager.remove(Locator loc)
          Remove a locator
 



Licenced under the Apache License, Version 2.0