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

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.FunctionBase
      extended by com.hp.hpl.jena.sparql.function.FunctionBase1
          extended by com.hp.hpl.jena.sparql.function.library.FN_StrLength
              extended by com.hp.hpl.jena.sparql.function.library.strlen
All Implemented Interfaces:
Function

public class strlen
extends FN_StrLength

string length - Java operations


Constructor Summary
strlen()
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.sparql.function.library.FN_StrLength
exec
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase1
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

strlen

public strlen()


Licenced under the Apache License, Version 2.0