Package org.topbraid.shacl.arq.functions
Class IsValidLangTagFunction
java.lang.Object
org.topbraid.jenax.functions.AbstractFunction
org.topbraid.jenax.functions.AbstractFunction1
org.topbraid.shacl.arq.functions.IsValidLangTagFunction
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
The SPARQL function spif:isValidLangTag.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.graph.Node arg, org.apache.jena.sparql.function.FunctionEnv env) Methods inherited from class org.topbraid.jenax.functions.AbstractFunction1
execMethods inherited from class org.topbraid.jenax.functions.AbstractFunction
build, execMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.function.Function
build
-
Constructor Details
-
IsValidLangTagFunction
public IsValidLangTagFunction()
-
-
Method Details
-
exec
protected org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.graph.Node arg, org.apache.jena.sparql.function.FunctionEnv env) - Specified by:
execin classAbstractFunction1
-