Class XmlWriter.IndentWriter
java.lang.Object
java.io.Writer
org.apache.batik.svggen.XmlWriter.IndentWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
- Enclosing class:
XmlWriter
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Writer
append, append, append, nullWriter
-
Field Details
-
proxied
-
indentLevel
protected int indentLevel -
column
protected int column
-
-
Constructor Details
-
IndentWriter
-
-
Method Details
-
setIndentLevel
public void setIndentLevel(int indentLevel) -
getIndentLevel
public int getIndentLevel() -
printIndent
- Throws:
IOException
-
getProxied
-
getColumn
public int getColumn() -
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-