com.hp.hpl.jena.sparql.sse.builders
Class BuilderPrefixMapping

java.lang.Object
  extended by com.hp.hpl.jena.sparql.sse.builders.BuilderPrefixMapping

public class BuilderPrefixMapping
extends Object

Build a prefixmapping, tagged (prefixmap pairs) or (prefixmapping pairs) each pair being a PrefixName, but must end : and an IRI. Can also just a list of pairs.


Constructor Summary
BuilderPrefixMapping()
           
 
Method Summary
static PrefixMapping build(Item elt)
           
static void build(PrefixMapping newMappings, Item elt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderPrefixMapping

public BuilderPrefixMapping()
Method Detail

build

public static PrefixMapping build(Item elt)

build

public static void build(PrefixMapping newMappings,
                         Item elt)


Licenced under the Apache License, Version 2.0