Package org.topbraid.shacl.arq.functions
Class IsValidForDatatypeFunction
java.lang.Object
org.topbraid.jenax.functions.AbstractFunction
org.topbraid.jenax.functions.AbstractFunction2
org.topbraid.shacl.arq.functions.IsValidForDatatypeFunction
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
The function spif:isValidForDatatype
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.graph.Node literalNode, org.apache.jena.graph.Node datatypeNode, org.apache.jena.sparql.function.FunctionEnv env) Methods inherited from class org.topbraid.jenax.functions.AbstractFunction2
execMethods inherited from class org.topbraid.jenax.functions.AbstractFunction
build, exec
-
Constructor Details
-
IsValidForDatatypeFunction
public IsValidForDatatypeFunction()
-
-
Method Details
-
exec
protected org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.graph.Node literalNode, org.apache.jena.graph.Node datatypeNode, org.apache.jena.sparql.function.FunctionEnv env) - Specified by:
execin classAbstractFunction2
-