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

java.lang.Object
  extended by com.hp.hpl.jena.sparql.serializer.FormatterBase
      extended by com.hp.hpl.jena.sparql.serializer.FmtTemplate
All Implemented Interfaces:
FormatterTemplate

public class FmtTemplate
extends FormatterBase
implements FormatterTemplate


Constructor Summary
FmtTemplate(IndentedWriter out, SerializationContext context)
           
 
Method Summary
static String asString(Template template)
           
static void format(IndentedWriter out, SerializationContext cxt, Template template)
           
 void format(Template template)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.serializer.FormatterBase
finishVisit, startVisit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FmtTemplate

public FmtTemplate(IndentedWriter out,
                   SerializationContext context)
Method Detail

format

public static void format(IndentedWriter out,
                          SerializationContext cxt,
                          Template template)

asString

public static String asString(Template template)

format

public void format(Template template)
Specified by:
format in interface FormatterTemplate


Licenced under the Apache License, Version 2.0