com.hp.hpl.jena.sparql.function.library
Class FN_StrContains

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.FunctionBase
      extended by com.hp.hpl.jena.sparql.function.FunctionBase2
          extended by com.hp.hpl.jena.sparql.function.library.FN_StrContains
All Implemented Interfaces:
Function

public class FN_StrContains
extends FunctionBase2

string contains - fn:contains


Constructor Summary
FN_StrContains()
           
 
Method Summary
 NodeValue exec(NodeValue str, NodeValue match)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase2
checkBuild, exec
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase
build, exec, getContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FN_StrContains

public FN_StrContains()
Method Detail

exec

public NodeValue exec(NodeValue str,
                      NodeValue match)
Specified by:
exec in class FunctionBase2


Licenced under the Apache License, Version 2.0