Class FUN_Markdown

java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
fr.mines_stetienne.ci.sparql_generate.md.FUN_Markdown
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public final class FUN_Markdown extends org.apache.jena.sparql.function.FunctionBase1
Binding function fun:Markdown takes as input a Markdown document and outputs a HTML document.
  • Param 1 (markdown) is a Markdown document in a RDF Literal with datatype URI <https://www.iana.org/assignments/media-types/text/markdown> or xsd:string
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
     
  • 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 markdown)
     

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

    checkBuild, exec

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

    build, evalArgs, exec

    Methods inherited from class java.lang.Object

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

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

    build
  • Field Details

  • Constructor Details

    • FUN_Markdown

      public FUN_Markdown()
  • Method Details

    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue markdown)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase1