public class XPathLiteralMapper extends XPathValueMapper
Constructor and Description |
---|
XPathLiteralMapper(String xpath) |
XPathLiteralMapper(String xpath,
Map<String,String> namespaces) |
XPathLiteralMapper(String xpath,
Map<String,String> namespaces,
String datatype) |
XPathLiteralMapper(String xpath,
String datatype) |
Modifier and Type | Method and Description |
---|---|
List<org.openrdf.model.Value> |
map(String resourceUri,
String selectedValue,
org.openrdf.model.ValueFactory factory)
Take the selected value, process it according to the mapping definition, and create Sesame Values using the
factory passed as argument.
|
getCompiled, getXpath
protected String datatype
public XPathLiteralMapper(String xpath)
public List<org.openrdf.model.Value> map(String resourceUri, String selectedValue, org.openrdf.model.ValueFactory factory)
resourceUri
- selectedValue
- factory
- Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.