Uses of Class
org.openjena.atlas.io.IndentedLineBuffer

Packages that use IndentedLineBuffer
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql.serializer   
 

Uses of IndentedLineBuffer in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query with parameters of type IndentedLineBuffer
 void Query.serialize(IndentedLineBuffer buff)
          Format the query into the buffer
 void Query.serialize(IndentedLineBuffer buff, Syntax outSyntax)
          Format the query
 

Uses of IndentedLineBuffer in com.hp.hpl.jena.sparql.serializer
 

Methods in com.hp.hpl.jena.sparql.serializer with parameters of type IndentedLineBuffer
static void Serializer.serialize(Query query, IndentedLineBuffer buff)
          Format the query into the buffer
static void Serializer.serialize(Query query, IndentedLineBuffer buff, Syntax outSyntax)
          Format the query
 



Licenced under the Apache License, Version 2.0