|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.shared.impl.PrefixMappingImpl
com.hp.hpl.jena.sparql.graph.GraphPrefixesProjection
public class GraphPrefixesProjection
View of a dataset's prefixes for a particular graph
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.hp.hpl.jena.shared.PrefixMapping |
---|
PrefixMapping.Factory, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException |
Field Summary |
---|
Fields inherited from interface com.hp.hpl.jena.shared.PrefixMapping |
---|
Extended, Standard |
Constructor Summary | |
---|---|
GraphPrefixesProjection(String graphName,
DatasetPrefixStorage prefixes)
|
Method Summary | |
---|---|
Map<String,String> |
getNsPrefixMap()
|
String |
getNsURIPrefix(String uri)
|
PrefixMapping |
removeNsPrefix(String prefix)
|
Methods inherited from class com.hp.hpl.jena.shared.impl.PrefixMappingImpl |
---|
expandPrefix, getNsPrefixURI, isNiceURI, lock, qnameFor, samePrefixMappingAs, setNsPrefix, setNsPrefixes, setNsPrefixes, shortForm, toString, withDefaultMappings |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphPrefixesProjection(String graphName, DatasetPrefixStorage prefixes)
Method Detail |
---|
public String getNsURIPrefix(String uri)
getNsURIPrefix
in interface PrefixMapping
getNsURIPrefix
in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl
public Map<String,String> getNsPrefixMap()
getNsPrefixMap
in interface PrefixMapping
getNsPrefixMap
in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl
public PrefixMapping removeNsPrefix(String prefix)
removeNsPrefix
in interface PrefixMapping
removeNsPrefix
in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |