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:
Function
public class FUN_HTMLtoXML extends 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;
- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description FUN_HTMLtoXML()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValue
exec(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, exec
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue html)
- Specified by:
exec
in classFunctionBase1
-
-