| |
|
| java.lang.Object com.hp.hpl.jena.n3.IndentedWriter
IndentedWriter | class IndentedWriter (Code) | | Simple class that provides output with moving left margin.
Does not cope with tabs or newlines in output strings.
author: Andy Seaborne version: $Id: IndentedWriter.java,v 1.10 2008/01/02 12:04:48 andy_seaborne Exp $ |
currentIndent | int currentIndent(Code) | | |
close | public void close()(Code) | | |
decIndent | public void decIndent(int x)(Code) | | |
flush | public void flush()(Code) | | |
getCol | public int getCol()(Code) | | |
getIndent | public int getIndent()(Code) | | |
getRow | public int getRow()(Code) | | |
incIndent | public void incIndent(int x)(Code) | | |
println | public void println()(Code) | | |
setIndent | public void setIndent(int x)(Code) | | |
|
|
|