com.hp.hpl.jena.sparql.util
Class MappingRegistry

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.MappingRegistry

public class MappingRegistry
extends Object

Assist with naming symbols by URI. This class keeps a prefix mapping so that subsystems can register their prefix and


Constructor Summary
MappingRegistry()
           
 
Method Summary
static void addPrefixMapping(String prefix, String uri)
           
static String mapPrefixName(String prefixName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingRegistry

public MappingRegistry()
Method Detail

addPrefixMapping

public static void addPrefixMapping(String prefix,
                                    String uri)

mapPrefixName

public static String mapPrefixName(String prefixName)


Licenced under the Apache License, Version 2.0