public abstract class Encoder extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getIndent() |
String |
getName() |
String |
getTag() |
abstract void |
write(PrintWriter writer) |
protected void |
writeClosingTag(PrintWriter writer) |
protected void |
writeIndent(PrintWriter writer) |
public Encoder(int indent,
String name)
public int getIndent()
public String getName()
protected void writeIndent(PrintWriter writer) throws IOException
IOExceptionprotected void writeClosingTag(PrintWriter writer) throws IOException
IOExceptionpublic abstract void write(PrintWriter writer) throws IOException
IOExceptionpublic String getTag() throws IOException
IOExceptionCopyright © 2015. All rights reserved.