com.hp.hpl.jena.sparql.path
Class PathWriter

java.lang.Object
  extended by com.hp.hpl.jena.sparql.path.PathWriter

public class PathWriter
extends Object


Constructor Summary
PathWriter()
           
 
Method Summary
static String asString(Path path)
           
static String asString(Path path, Prologue prologue)
           
static void write(IndentedWriter out, Path path, Prologue prologue)
           
static void write(Path path, Prologue prologue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathWriter

public PathWriter()
Method Detail

write

public static void write(Path path,
                         Prologue prologue)

write

public static void write(IndentedWriter out,
                         Path path,
                         Prologue prologue)

asString

public static String asString(Path path)

asString

public static String asString(Path path,
                              Prologue prologue)


Licenced under the Apache License, Version 2.0