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:
Function
public final class FUN_Markdown extends 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>
orxsd:string
-
-
Constructor Summary
Constructors Constructor Description FUN_Markdown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValue
exec(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, exec
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue markdown)
- Specified by:
exec
in classFunctionBase1
-
-