public class PrefixFactoryImpl extends Object implements PrefixFactory
A prefix factory that caches the prefixes it creates.
| Constructor and Description |
|---|
PrefixFactoryImpl(String base) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix(String uri)
Return a brand new prefix for the given URI.
|
public PrefixFactoryImpl(String base)
public String getPrefix(String uri)
PrefixFactorygetPrefix in interface PrefixFactoryCopyright © 2017–2019 Eclipse Foundation. All rights reserved.