Class E_UrlText

java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.aksw.jenax.arq.util.expr.FunctionBase1WithEnv
org.aksw.jena_sparql_api.sparql.ext.url.E_UrlText
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class E_UrlText extends FunctionBase1WithEnv
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.NodeValue
    exec(org.apache.jena.sparql.expr.NodeValue nv, org.apache.jena.sparql.function.FunctionEnv env)
     

    Methods inherited from class org.aksw.jenax.arq.util.expr.FunctionBase1WithEnv

    checkBuild, exec, exec

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase

    build, exec

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • E_UrlText

      public E_UrlText()
  • Method Details

    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue nv, org.apache.jena.sparql.function.FunctionEnv env)
      Specified by:
      exec in class FunctionBase1WithEnv