public class XPathURIMapper extends XPathValueMapper
Constructor and Description |
---|
XPathURIMapper(String xpath) |
XPathURIMapper(String xpath,
Map<String,String> namespaces) |
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
public XPathURIMapper(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.