KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > tv > locator > LocatorFactory

javax.tv.locator
Class LocatorFactory

java.lang.Object
  |
  +--javax.tv.locator.LocatorFactory
See Also:
Locator

public abstract Locator createLocator(java.lang.String locatorString)
                               throws MalformedLocatorException
See Also:
Locator.toExternalForm()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static LocatorFactory getInstance()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected LocatorFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Locator[] transformLocator(Locator source)
                                    throws InvalidLocatorException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags