Class E_PrefixExpand

java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.aksw.jena_sparql_api.sparql.ext.prefix.FunctionPrefixBase
org.aksw.jena_sparql_api.sparql.ext.prefix.E_PrefixExpand
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class E_PrefixExpand extends FunctionPrefixBase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValidArg(org.apache.jena.sparql.expr.NodeValue arg)
     
    org.apache.jena.sparql.expr.NodeValue
    process(org.apache.jena.riot.system.PrefixMap prefixMap, String str)
     

    Methods inherited from class org.aksw.jena_sparql_api.sparql.ext.prefix.FunctionPrefixBase

    exec, exec

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

    checkBuild, 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_PrefixExpand

      public E_PrefixExpand()
  • Method Details

    • isValidArg

      public boolean isValidArg(org.apache.jena.sparql.expr.NodeValue arg)
      Specified by:
      isValidArg in class FunctionPrefixBase
    • process

      public org.apache.jena.sparql.expr.NodeValue process(org.apache.jena.riot.system.PrefixMap prefixMap, String str)
      Specified by:
      process in class FunctionPrefixBase