com.hp.hpl.jena.sparql.serializer
Class FmtExprSPARQL

java.lang.Object
  extended by com.hp.hpl.jena.sparql.serializer.FmtExprSPARQL

public class FmtExprSPARQL
extends Object

Output expressions in SPARQL syntax


Constructor Summary
FmtExprSPARQL(IndentedWriter writer, SerializationContext cxt)
           
 
Method Summary
 void format(Expr expr)
           
static void format(IndentedWriter out, Expr expr)
           
static void format(IndentedWriter out, Expr expr, SerializationContext cxt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FmtExprSPARQL

public FmtExprSPARQL(IndentedWriter writer,
                     SerializationContext cxt)
Method Detail

format

public void format(Expr expr)

format

public static void format(IndentedWriter out,
                          Expr expr)

format

public static void format(IndentedWriter out,
                          Expr expr,
                          SerializationContext cxt)


Licenced under the Apache License, Version 2.0