Class FUN_HTMLtoXML
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
fr.mines_stetienne.ci.sparql_generate.xml.FUN_HTMLtoXML
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public class FUN_HTMLtoXML
extends org.apache.jena.sparql.function.FunctionBase1
Binding function
fun:HTMLtoXML
evaluates a HTML document and returns a XML document, closing unclosed tags
if necessary.
The parameters are defined as follows
- Param 1: (html) is a literal that contains a HTML document;
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValue
exec(org.apache.jena.sparql.expr.NodeValue html)
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
-
URI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FUN_HTMLtoXML
public FUN_HTMLtoXML()
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue html)- Specified by:
exec
in classorg.apache.jena.sparql.function.FunctionBase1
-