Class IsValidForDatatypeFunction

All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class IsValidForDatatypeFunction extends AbstractFunction2
The function spif:isValidForDatatype
Author:
Holger Knublauch
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class org.topbraid.jenax.functions.AbstractFunction2

    exec

    Methods inherited from class org.topbraid.jenax.functions.AbstractFunction

    build, exec

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.sparql.function.Function

    build
  • 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:
      exec in class AbstractFunction2