Class E_XmlParse

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

public class E_XmlParse extends org.aksw.jenax.arq.util.expr.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_XmlParse

      public E_XmlParse()
  • 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 org.aksw.jenax.arq.util.expr.FunctionBase1WithEnv