|
||||||||
| 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
virtuoso.jena.driver.VirtPrefixMapping
public class VirtPrefixMapping
| 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 |
|---|
protected VirtGraph m_graph
| Constructor Detail |
|---|
public VirtPrefixMapping(VirtGraph graph)
| Method Detail |
|---|
public com.hp.hpl.jena.shared.PrefixMapping removeNsPrefix(java.lang.String prefix)
removeNsPrefix in interface com.hp.hpl.jena.shared.PrefixMappingremoveNsPrefix in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl
public com.hp.hpl.jena.shared.PrefixMapping setNsPrefix(java.lang.String prefix,
java.lang.String uri)
setNsPrefix in interface com.hp.hpl.jena.shared.PrefixMappingsetNsPrefix in class com.hp.hpl.jena.shared.impl.PrefixMappingImplpublic com.hp.hpl.jena.shared.PrefixMapping setNsPrefixes(com.hp.hpl.jena.shared.PrefixMapping other)
setNsPrefixes in interface com.hp.hpl.jena.shared.PrefixMappingsetNsPrefixes in class com.hp.hpl.jena.shared.impl.PrefixMappingImplpublic com.hp.hpl.jena.shared.PrefixMapping setNsPrefixes(java.util.Map other)
setNsPrefixes in interface com.hp.hpl.jena.shared.PrefixMappingsetNsPrefixes 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 | |||||||