com.hp.hpl.jena.sparql.pfunction.library
Class str
java.lang.Object
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
com.hp.hpl.jena.sparql.pfunction.PFuncSimple
com.hp.hpl.jena.sparql.pfunction.library.str
- All Implemented Interfaces:
- PropertyFunction
public class str
- extends PFuncSimple
Property function to turn an RDF term (but not a blank node) into a string
?x :str "foo"@en
Constructor Summary |
str()
|
str
public str()
build
public void build(PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
- Description copied from interface:
PropertyFunction
- Called during query plan construction immediately after the
construction of the property function instance.
- Specified by:
build
in interface PropertyFunction
- Overrides:
build
in class PropertyFunctionBase
- Parameters:
argSubject
- The parsed argument(s) in the subject positionpredicate
- The extension URI (as a Node).argObject
- The parsed argument(s) in the object positionexecCxt
- Execution context
execEvaluated
public QueryIterator execEvaluated(Binding binding,
Node subject,
Node predicate,
Node object,
ExecutionContext execCxt)
- Specified by:
execEvaluated
in class PFuncSimple
- Parameters:
binding
- Current solution from previous query stagesubject
- Node in subject slot, after substitution if a bound variable in this bindingpredicate
- This predicateobject
- Node in object slot, after substitution if a bound variable in this bindingexecCxt
- Execution context
- Returns:
- QueryIterator
Licenced under the Apache License, Version 2.0