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 Details

  • Constructor Details

    • PropertyFunctionFactoryXmlUnnest

      public PropertyFunctionFactoryXmlUnnest()
    • PropertyFunctionFactoryXmlUnnest

      public PropertyFunctionFactoryXmlUnnest(XPathFactory xPathFactory)
  • Method Details

    • create

      public org.apache.jena.sparql.pfunction.PropertyFunction create(String uri)
      Specified by:
      create in interface org.apache.jena.sparql.pfunction.PropertyFunctionFactory