Class PropertyFunctionFactoryXmlUnnest
java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.xml.PropertyFunctionFactoryXmlUnnest
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunctionFactory
public class PropertyFunctionFactoryXmlUnnest
extends Object
implements org.apache.jena.sparql.pfunction.PropertyFunctionFactory
{
Bind("['foo', 'bar']"^^xsd:json As ?json)
?json json:array ?items.
}
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xPathFactory
-
-
Constructor Details
-
PropertyFunctionFactoryXmlUnnest
public PropertyFunctionFactoryXmlUnnest() -
PropertyFunctionFactoryXmlUnnest
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.apache.jena.sparql.pfunction.PropertyFunctionFactory
-