Class E_XPath
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase2
org.aksw.jena_sparql_api.sparql.ext.xml.E_XPath
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public class E_XPath
extends org.apache.jena.sparql.function.FunctionBase2
Use the property function ?s xml:unnest (xpathexpr ?o) for dealing with (/iterating) NodeList
Use the function xml:path(?doc, pathexpr) to extract individual values
- Author:
- raven Mar 2, 2018
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.sparql.expr.NodeValue nv, org.apache.jena.sparql.expr.NodeValue query) Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec, exec
-
Field Details
-
xPathFactory
-
-
Constructor Details
-
E_XPath
public E_XPath() -
E_XPath
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue nv, org.apache.jena.sparql.expr.NodeValue query) - Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase2
-