org.openrdf.query.algebra.evaluation.function.string
Class EncodeForUri

java.lang.Object
  extended by org.openrdf.query.algebra.evaluation.function.string.EncodeForUri
All Implemented Interfaces:
Function

public class EncodeForUri
extends Object
implements Function

The SPARQL built-in Function ENCODE_FOR_URI, as defined in SPARQL Query Language for RDF

Author:
Jeen Broekstra, Arjohn Kampman

Constructor Summary
EncodeForUri()
           
 
Method Summary
 Literal evaluate(ValueFactory valueFactory, Value... args)
           
 String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodeForUri

public EncodeForUri()
Method Detail

getURI

public String getURI()
Specified by:
getURI in interface Function

evaluate

public Literal evaluate(ValueFactory valueFactory,
                        Value... args)
                 throws ValueExprEvaluationException
Specified by:
evaluate in interface Function
Throws:
ValueExprEvaluationException


Copyright © 2001-2012 Aduna. All Rights Reserved.