public class str extends PFuncSimple
?x :str "foo"@en
| Constructor and Description |
|---|
str() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
Called during query plan construction immediately after the
construction of the property function instance.
|
QueryIterator |
execEvaluated(Binding binding,
Node subject,
Node predicate,
Node object,
ExecutionContext execCxt) |
execEvaluatedexecexecpublic void build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
PropertyFunctionbuild in interface PropertyFunctionbuild in class PropertyFunctionBaseargSubject - The parsed argument(s) in the subject positionpredicate - The extension URI (as a Node).argObject - The parsed argument(s) in the object positionexecCxt - Execution contextpublic QueryIterator execEvaluated(Binding binding, Node subject, Node predicate, Node object, ExecutionContext execCxt)
execEvaluated in class PFuncSimplebinding - 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 contextLicenced under the Apache License, Version 2.0