virtuoso.jena.driver
Class VirtPrefixMapping

java.lang.Object
  extended by com.hp.hpl.jena.shared.impl.PrefixMappingImpl
      extended by virtuoso.jena.driver.VirtPrefixMapping
All Implemented Interfaces:
com.hp.hpl.jena.shared.PrefixMapping

public class VirtPrefixMapping
extends com.hp.hpl.jena.shared.impl.PrefixMappingImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hp.hpl.jena.shared.PrefixMapping
com.hp.hpl.jena.shared.PrefixMapping.Factory, com.hp.hpl.jena.shared.PrefixMapping.IllegalPrefixException, com.hp.hpl.jena.shared.PrefixMapping.JenaLockedException
 
Field Summary
protected  VirtGraph m_graph
           
 
Fields inherited from class com.hp.hpl.jena.shared.impl.PrefixMappingImpl
locked, prefixToURI, URItoPrefix
 
Fields inherited from interface com.hp.hpl.jena.shared.PrefixMapping
Extended, Standard
 
Constructor Summary
VirtPrefixMapping(VirtGraph graph)
          Constructor for a persistent prefix mapping.
 
Method Summary
 com.hp.hpl.jena.shared.PrefixMapping removeNsPrefix(java.lang.String prefix)
           
 com.hp.hpl.jena.shared.PrefixMapping setNsPrefix(java.lang.String prefix, java.lang.String uri)
           
 com.hp.hpl.jena.shared.PrefixMapping setNsPrefixes(java.util.Map other)
           
 com.hp.hpl.jena.shared.PrefixMapping setNsPrefixes(com.hp.hpl.jena.shared.PrefixMapping other)
           
 
Methods inherited from class com.hp.hpl.jena.shared.impl.PrefixMappingImpl
checkUnlocked, equals, equalsByMap, expandPrefix, get, getNsPrefixMap, getNsPrefixURI, getNsURIPrefix, isNiceURI, lock, qnameFor, regenerateReverseMapping, sameAs, samePrefixMappingAs, set, shortForm, toString, withDefaultMappings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_graph

protected VirtGraph m_graph
Constructor Detail

VirtPrefixMapping

public VirtPrefixMapping(VirtGraph graph)
Constructor for a persistent prefix mapping.

Method Detail

removeNsPrefix

public com.hp.hpl.jena.shared.PrefixMapping removeNsPrefix(java.lang.String prefix)
Specified by:
removeNsPrefix in interface com.hp.hpl.jena.shared.PrefixMapping
Overrides:
removeNsPrefix in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl

setNsPrefix

public com.hp.hpl.jena.shared.PrefixMapping setNsPrefix(java.lang.String prefix,
                                                        java.lang.String uri)
Specified by:
setNsPrefix in interface com.hp.hpl.jena.shared.PrefixMapping
Overrides:
setNsPrefix in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl

setNsPrefixes

public com.hp.hpl.jena.shared.PrefixMapping setNsPrefixes(com.hp.hpl.jena.shared.PrefixMapping other)
Specified by:
setNsPrefixes in interface com.hp.hpl.jena.shared.PrefixMapping
Overrides:
setNsPrefixes in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl

setNsPrefixes

public com.hp.hpl.jena.shared.PrefixMapping setNsPrefixes(java.util.Map other)
Specified by:
setNsPrefixes in interface com.hp.hpl.jena.shared.PrefixMapping
Overrides:
setNsPrefixes in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl