Class BuilderPrefixMapping
- java.lang.Object
-
- org.apache.jena.sparql.sse.builders.BuilderPrefixMapping
-
public class BuilderPrefixMapping extends java.lang.ObjectBuild 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
Constructors Constructor Description BuilderPrefixMapping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbuild(PrefixMapping newMappings, Item elt)static PrefixMappingbuild(Item elt)
-
-
-
Method Detail
-
build
public static PrefixMapping build(Item elt)
-
build
public static void build(PrefixMapping newMappings, Item elt)
-
-