Uses of Interface
org.mulgara.jena.shared.PrefixMapping

Packages that use PrefixMapping
org.mulgara.jena.n3.turtle   
org.mulgara.jena.shared   
org.mulgara.jena.shared.impl   
 

Uses of PrefixMapping in org.mulgara.jena.n3.turtle
 

Methods in org.mulgara.jena.n3.turtle that return PrefixMapping
 PrefixMapping ParserBase.getPrefixMapping()
           
 

Uses of PrefixMapping in org.mulgara.jena.shared
 

Fields in org.mulgara.jena.shared declared as PrefixMapping
static PrefixMapping PrefixMapping.Extended
          A PrefixMapping built on Standard with some extras
static PrefixMapping PrefixMapping.Standard
          A PrefixMapping that contains the "standard" prefixes we know about, viz rdf, rdfs, dc, rss, vcard, and owl.
 

Methods in org.mulgara.jena.shared that return PrefixMapping
static PrefixMapping PrefixMapping.Factory.create()
           
 PrefixMapping PrefixMapping.lock()
          Lock the PrefixMapping so that changes can no longer be made to it.
 PrefixMapping PrefixMapping.removeNsPrefix(String prefix)
          Remove any existing maplet with the given prefix name and answer this mapping.
 PrefixMapping PrefixMapping.setNsPrefix(String prefix, String uri)
          Specify the prefix name for a URI prefix string.
 PrefixMapping PrefixMapping.setNsPrefixes(Map<String,String> map)
          Copies the prefix mapping from other into this.
 PrefixMapping PrefixMapping.setNsPrefixes(PrefixMapping other)
          Copies the prefixes from other into this.
 PrefixMapping PrefixMapping.withDefaultMappings(PrefixMapping map)
          Update this PrefixMapping with the bindings in map, only adding those (p, u) pairs for which neither p nor u appears in this mapping.
 

Methods in org.mulgara.jena.shared with parameters of type PrefixMapping
 boolean PrefixMapping.samePrefixMappingAs(PrefixMapping other)
          Answer true iff this prefix-mappings are equal, that is, map the same prefixes to the same URIs; same as this.getNsPrefixMap().equals( other.getNsPrefixMap() ) except that it may avoid unnecessary Map creations.
 PrefixMapping PrefixMapping.setNsPrefixes(PrefixMapping other)
          Copies the prefixes from other into this.
 PrefixMapping PrefixMapping.withDefaultMappings(PrefixMapping map)
          Update this PrefixMapping with the bindings in map, only adding those (p, u) pairs for which neither p nor u appears in this mapping.
 

Constructors in org.mulgara.jena.shared with parameters of type PrefixMapping
PrefixMapping.JenaLockedException(PrefixMapping pm)
           
 

Uses of PrefixMapping in org.mulgara.jena.shared.impl
 

Classes in org.mulgara.jena.shared.impl that implement PrefixMapping
 class PrefixMappingImpl
          An implementation of PrefixMapping.
 

Methods in org.mulgara.jena.shared.impl that return PrefixMapping
 PrefixMapping PrefixMappingImpl.lock()
           
 PrefixMapping PrefixMappingImpl.removeNsPrefix(String prefix)
           
 PrefixMapping PrefixMappingImpl.setNsPrefix(String prefix, String uri)
           
 PrefixMapping PrefixMappingImpl.setNsPrefixes(Map<String,String> other)
          Add the bindings in the prefixToURI to our own.
 PrefixMapping PrefixMappingImpl.setNsPrefixes(PrefixMapping other)
          Add the bindings of other to our own.
 PrefixMapping PrefixMappingImpl.withDefaultMappings(PrefixMapping other)
          Answer this PrefixMapping after updating it with the (p, u) mappings in other where neither p nor u appear in this mapping.
 

Methods in org.mulgara.jena.shared.impl with parameters of type PrefixMapping
protected  boolean PrefixMappingImpl.equalsByMap(PrefixMapping other)
           
 boolean PrefixMappingImpl.samePrefixMappingAs(PrefixMapping other)
           
 PrefixMapping PrefixMappingImpl.setNsPrefixes(PrefixMapping other)
          Add the bindings of other to our own.
 PrefixMapping PrefixMappingImpl.withDefaultMappings(PrefixMapping other)
          Answer this PrefixMapping after updating it with the (p, u) mappings in other where neither p nor u appear in this mapping.
 



Copyright © 2011. All Rights Reserved.