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;
The output is a string literal.
  • 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 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

  • 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 class org.apache.jena.sparql.function.FunctionBase1